Skip to content

Commit 9d312a8

Browse files
committed
Release 2.1.8
1 parent bab7412 commit 9d312a8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# python-saml changelog
22

3+
### 2.1.8 (Jun 02, 2016)
4+
* Fix Metadata XML (RequestedAttribute)
5+
* Fix Windows specific Unix date formatting bug.
6+
* Docs for OSx instlltion of libsecxml1
7+
* Fix SHA384 Constant URI
8+
* [#142](https://github.com/onelogin/python-saml/pull/142) Refactor of settings.py to make it a little more readable.
9+
* Bugfix for ADFS lowercase signatures
10+
* READMEs suggested wrong cert name
11+
312
### 2.1.7 (May 14, 2016)
413
* [#117](https://github.com/onelogin/python-saml/pull/117) AttributeConsumingService support
514
* [#114](https://github.com/onelogin/python-saml/pull/114) Compare Assertion InResponseTo if not None

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='python-saml',
12-
version='2.1.7',
12+
version='2.1.8',
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)