We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7888c10 commit 70b97c9Copy full SHA for 70b97c9
django_auth_adfs/__init__.py
@@ -4,4 +4,4 @@
4
Adding imports here will break setup.py
5
"""
6
7
-__version__ = '1.11.5'
+__version__ = '1.11.6'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = 'django-auth-adfs'
3
-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 <joris.beckers@gmail.com>']
maintainers = ['Jonas Krüger Svensson <jonas-ks@hotmail.com>', 'Sondre Lillebø Gundersen <sondrelg@live.no>']
0 commit comments