We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60a6f8 commit c84af25Copy full SHA for c84af25
2 files changed
changelog.md
@@ -1,4 +1,7 @@
1
# python3-saml changelog
2
+### 1.12.0 (Aug 13, 2021)
3
+* [#276](https://github.com/onelogin/python3-saml/pull/276) Deprecate server_port from request data dictionary
4
+
5
### 1.11.0 (Jul 23, 2021)
6
* [#261](https://github.com/onelogin/python3-saml/pull/261) Allow duplicate named attributes, controlled by a new setting
7
* [#268](https://github.com/onelogin/python3-saml/pull/268) Make the redirect scheme matcher case-insensitive
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='python3-saml',
12
- version='1.11.0',
+ version='1.12.0',
13
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
14
classifiers=[
15
'Development Status :: 5 - Production/Stable',
0 commit comments