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 e51135c commit 896d65bCopy full SHA for 896d65b
django_auth_adfs/__init__.py
@@ -4,4 +4,4 @@
4
Adding imports here will break setup.py
5
"""
6
7
-__version__ = '1.11.0'
+__version__ = '1.11.1'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = 'django-auth-adfs'
3
-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 <joris.beckers@gmail.com>']
maintainers = ['Jonas Krüger Svensson <jonas-ks@hotmail.com>', 'Sondre Lillebø Gundersen <sondrelg@live.no>']
0 commit comments