diff --git a/README.rst b/README.rst index 237e8a8..4986db7 100644 --- a/README.rst +++ b/README.rst @@ -243,6 +243,8 @@ How to Contribute Release Log =========== +2.1.2: Merged #35 + 2.1.1: Added ASSERTION_URL in settings. 2.1.0: Add DEFAULT_NEXT_URL. Issue #19. diff --git a/setup.py b/setup.py index 7ff2b39..5c7236a 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='django_saml2_auth', - version='2.1.1', + version='2.1.2', description='Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta', long_description=long_description,