From 896d65bbe5c0ba2267101521189ac6cf881e08b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Kr=C3=BCger=20Svensson?= Date: Wed, 5 Oct 2022 16:56:40 +0200 Subject: [PATCH] chore: version bump --- django_auth_adfs/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_auth_adfs/__init__.py b/django_auth_adfs/__init__.py index 6a74b3d..3f19ea4 100644 --- a/django_auth_adfs/__init__.py +++ b/django_auth_adfs/__init__.py @@ -4,4 +4,4 @@ Adding imports here will break setup.py """ -__version__ = '1.11.0' +__version__ = '1.11.1' diff --git a/pyproject.toml b/pyproject.toml index b114b1e..d138469 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'django-auth-adfs' -version = "1.11.0" # Remember to also change __init__.py version +version = "1.11.1" # Remember to also change __init__.py version description = 'A Django authentication backend for Microsoft ADFS and AzureAD' authors = ['Joris Beckers '] maintainers = ['Jonas Krüger Svensson ', 'Sondre Lillebø Gundersen ']