From e4216c29339a7f0c18fb96469206192f5959b462 Mon Sep 17 00:00:00 2001 From: "fang.li" Date: Thu, 22 Jun 2017 21:57:21 +0800 Subject: [PATCH] release 2.1.1 --- README.rst | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8be906f..237e8a8 100644 --- a/README.rst +++ b/README.rst @@ -243,6 +243,8 @@ How to Contribute Release Log =========== +2.1.1: Added ASSERTION_URL in settings. + 2.1.0: Add DEFAULT_NEXT_URL. Issue #19. 2.0.4: Fixed compatibility with Windows. diff --git a/setup.py b/setup.py index b9bf49d..7ff2b39 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='django_saml2_auth', - version='2.1.0', + version='2.1.1', description='Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta', long_description=long_description,