Skip to content

Commit 1b93d35

Browse files
committed
Release 1.1.3
1 parent d960ec5 commit 1b93d35

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# python3-saml changelog
22

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+
311
### 1.1.2 (May 14, 2016)
412

513
* Allow AuthnRequest with no NameIDPolicy.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='python3-saml',
12-
version='1.1.2',
12+
version='1.1.3',
1313
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
1414
classifiers=[
1515
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)