diff --git a/django_auth_adfs/__init__.py b/django_auth_adfs/__init__.py index fabe05d..7b10b0f 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.5' +__version__ = '1.11.6' diff --git a/pyproject.toml b/pyproject.toml index 005a7e1..6f9c1e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'django-auth-adfs' -version = "1.11.5" # Remember to also change __init__.py version +version = "1.11.6" # 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 ']