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