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 b85bd9c commit 2d19e9aCopy full SHA for 2d19e9a
django_auth_adfs/__init__.py
@@ -4,4 +4,4 @@
4
Adding imports here will break setup.py
5
"""
6
7
-__version__ = '1.14.0'
+__version__ = '1.15.0'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = 'django-auth-adfs'
3
-version = "1.14.0" # Remember to also change __init__.py version
+version = "1.15.0" # 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