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 d960ec5 commit 1b93d35Copy full SHA for 1b93d35
2 files changed
changelog.md
@@ -1,5 +1,13 @@
1
# python3-saml changelog
2
3
+### 1.1.3 (Jun 02, 2016)
4
+* Fix Metadata XML (RequestedAttribute)
5
+* Fix Windows specific Unix date formatting bug.
6
+* Fix SHA384 Constant URI
7
+* Refactor of settings.py to make it a little more readable.
8
+* Bugfix for ADFS lowercase signatures
9
+* READMEs suggested wrong cert name
10
+
11
### 1.1.2 (May 14, 2016)
12
13
* Allow AuthnRequest with no NameIDPolicy.
setup.py
@@ -9,7 +9,7 @@
setup(
name='python3-saml',
- version='1.1.2',
+ version='1.1.3',
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
14
classifiers=[
15
'Development Status :: 4 - Beta',
0 commit comments