File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
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
Original file line number Diff line number Diff line change 44Adding imports here will break setup.py
55"""
66
7- __version__ = '1.3.0 '
7+ __version__ = '1.3.1 '
You can’t perform that action at this time.
0 commit comments