File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ `1.9.1 `_ - 2021-10-01
5+ ---------------------
6+
7+ **Updates **
8+
9+ * Update `urllib3 ` deprecated arguments (from `method_whitelist ` to `allowed_methods `) @kdleijer #188 #190
10+
11+
412`1.9.0 `_ - 2021-08-27
513---------------------
614
@@ -269,6 +277,7 @@ Changelog
269277
270278* Initial release
271279
280+ .. _1.9.1 : https://github.com/snok/django-auth-adfs/compare/1.9.0...1.9.1
272281.. _1.9.0 : https://github.com/snok/django-auth-adfs/compare/1.8.1...1.9.0
273282.. _1.8.1 : https://github.com/snok/django-auth-adfs/compare/1.8.0...1.8.1
274283.. _1.8.0 : https://github.com/snok/django-auth-adfs/compare/1.7.0...1.8.0
Original file line number Diff line number Diff line change 44Adding imports here will break setup.py
55"""
66
7- __version__ = '1.9.0 '
7+ __version__ = '1.9.1 '
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = ' django-auth-adfs'
3- version = ' 1.9.0 ' # Remember to also change __init__.py version
3+ version = ' 1.9.1 ' # 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