From 0157bbd68741fda60f16f76a8fcc74fbf010449a Mon Sep 17 00:00:00 2001 From: Joris Beckers Date: Wed, 6 Nov 2019 09:20:40 +0100 Subject: [PATCH] Bump to version 1.3.1 --- CHANGELOG.rst | 8 ++++++++ django_auth_adfs/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ba16606..4262217 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Changelog ========= +`1.3.1`_ - 2019-11-06 +--------------------- + +**Fixed** + +* Fix retries towards ADFS in situations where ADFS didn't respond in time. + `1.3.0`_ - 2019-11-01 --------------------- @@ -180,6 +187,7 @@ Changelog * Initial release +.. _1.3.1: https://github.com/jobec/django-auth-adfs/compare/1.3.0...1.3.1 .. _1.3.0: https://github.com/jobec/django-auth-adfs/compare/1.2.0...1.3.0 .. _1.2.0: https://github.com/jobec/django-auth-adfs/compare/1.1.2...1.2.0 .. _1.1.2: https://github.com/jobec/django-auth-adfs/compare/1.1.1...1.1.2 diff --git a/django_auth_adfs/__init__.py b/django_auth_adfs/__init__.py index 61a28e2..15a71f1 100644 --- a/django_auth_adfs/__init__.py +++ b/django_auth_adfs/__init__.py @@ -4,4 +4,4 @@ Adding imports here will break setup.py """ -__version__ = '1.3.0' +__version__ = '1.3.1'