Skip to content

Commit 0157bbd

Browse files
committed
Bump to version 1.3.1
1 parent d9e60c7 commit 0157bbd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
`1.3.1`_ - 2019-11-06
5+
---------------------
6+
7+
**Fixed**
8+
9+
* Fix retries towards ADFS in situations where ADFS didn't respond in time.
10+
411
`1.3.0`_ - 2019-11-01
512
---------------------
613

@@ -180,6 +187,7 @@ Changelog
180187

181188
* Initial release
182189

190+
.. _1.3.1: https://github.com/jobec/django-auth-adfs/compare/1.3.0...1.3.1
183191
.. _1.3.0: https://github.com/jobec/django-auth-adfs/compare/1.2.0...1.3.0
184192
.. _1.2.0: https://github.com/jobec/django-auth-adfs/compare/1.1.2...1.2.0
185193
.. _1.1.2: https://github.com/jobec/django-auth-adfs/compare/1.1.1...1.1.2

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.3.0'
7+
__version__ = '1.3.1'

0 commit comments

Comments
 (0)