File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ `1.8.0 `_ - 2021-08-14
5+ ---------------------
6+
7+ **Features **
8+ * ``GROUP_TO_FLAG_MAPPING `` can now be a list of groups. @joachimBurket #104
9+
410
511`1.7.0 `_ - 2021-06-07
612---------------------
@@ -246,6 +252,7 @@ Changelog
246252
247253* Initial release
248254
255+ .. _1.8.0 : https://github.com/snok/django-auth-adfs/compare/1.7.0...1.8.0
249256.. _1.7.0 : https://github.com/snok/django-auth-adfs/compare/1.6.1...1.7.0
250257.. _1.6.1 : https://github.com/snok/django-auth-adfs/compare/1.6.0...1.6.1
251258.. _1.6.0 : https://github.com/snok/django-auth-adfs/compare/1.5.0...1.6.0
Original file line number Diff line number Diff line change 44Adding imports here will break setup.py
55"""
66
7- __version__ = '1.7 .0'
7+ __version__ = '1.8 .0'
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = ' django-auth-adfs'
3- version = ' 1.7 .0' # Remember to also change __init__.py version
3+ version = ' 1.8 .0' # Remember to also change __init__.py version
44description = ' A Django authentication backend for Microsoft ADFS and AzureAD'
55authors = [
' Joris Beckers <[email protected] >' ]
66maintainers = [
' Jonas Krüger Svensson <[email protected] >' ,
' Sondre Lillebø Gundersen <[email protected] >' ]
You can’t perform that action at this time.
0 commit comments