Skip to content

Commit 662fe48

Browse files
committed
Version 1.9.1
1 parent 7c9656d commit 662fe48

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
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

django_auth_adfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Adding imports here will break setup.py
55
"""
66

7-
__version__ = '1.9.0'
7+
__version__ = '1.9.1'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = '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
44
description = 'A Django authentication backend for Microsoft ADFS and AzureAD'
55
authors = ['Joris Beckers <[email protected]>']
66
maintainers = ['Jonas Krüger Svensson <[email protected]>', 'Sondre Lillebø Gundersen <[email protected]>']

0 commit comments

Comments
 (0)