From d5d4a28a8753a20b1e1ae5fe22c5762f7e1aa753 Mon Sep 17 00:00:00 2001 From: Joris Beckers Date: Fri, 1 Nov 2019 20:59:26 +0100 Subject: [PATCH] Bump to version 1.3.0 --- django_auth_adfs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_auth_adfs/__init__.py b/django_auth_adfs/__init__.py index c59cf38..61a28e2 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.2.0' +__version__ = '1.3.0'