From c84af25048554c8f13d94f9fa1544b30a51e78c1 Mon Sep 17 00:00:00 2001 From: Sixto Martin Date: Fri, 13 Aug 2021 18:36:01 +0200 Subject: [PATCH] Release 1.12.0 --- changelog.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 4571ed31..cc17cb4e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ # python3-saml changelog +### 1.12.0 (Aug 13, 2021) +* [#276](https://github.com/onelogin/python3-saml/pull/276) Deprecate server_port from request data dictionary + ### 1.11.0 (Jul 23, 2021) * [#261](https://github.com/onelogin/python3-saml/pull/261) Allow duplicate named attributes, controlled by a new setting * [#268](https://github.com/onelogin/python3-saml/pull/268) Make the redirect scheme matcher case-insensitive diff --git a/setup.py b/setup.py index c783d224..4aad2c76 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='python3-saml', - version='1.11.0', + version='1.12.0', description='Onelogin Python Toolkit. Add SAML support to your Python software using this library', classifiers=[ 'Development Status :: 5 - Production/Stable',