File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ Changelog
22=========
33
44
5+ `1.7.0 `_ - 2021-06-07
6+ ---------------------
7+
8+ **Features **
9+
10+ * Setting to block guest users from authenticating.
11+ * Setting to set the Azure AD endpoint version
12+
13+
514`1.6.1 `_ - 2021-03-25
615---------------------
716
@@ -237,6 +246,7 @@ Changelog
237246
238247* Initial release
239248
249+ .. _1.7.0 : https://github.com/snok/django-auth-adfs/compare/1.6.1...1.7.0
240250.. _1.6.1 : https://github.com/snok/django-auth-adfs/compare/1.6.0...1.6.1
241251.. _1.6.0 : https://github.com/snok/django-auth-adfs/compare/1.5.0...1.6.0
242252.. _1.5.0 : https://github.com/jobec/django-auth-adfs/compare/1.4.1...1.5.0
Original file line number Diff line number Diff line change 44Adding imports here will break setup.py
55"""
66
7- __version__ = '1.6.1 '
7+ __version__ = '1.7.0 '
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = ' django-auth-adfs'
3- version = ' 1.6.1 ' # Remember to also change __init__.py version
3+ version = ' 1.7.0 ' # Remember to also change __init__.py version
44description = ' A Django authentication backend for Microsoft ADFS and AzureAD'
55authors = [' Joris Beckers <joris.beckers@gmail.com>' ]
66maintainers = [' Jonas Krüger Svensson <jonas-ks@hotmail.com>' , ' Sondre Lillebø Gundersen <sondrelg@live.no>' ]
You can’t perform that action at this time.
0 commit comments