Skip to content

Commit 6c90f88

Browse files
committed
Release 1.2.3
1 parent 578c493 commit 6c90f88

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

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

3+
### 1.2.3 (January 15, 2017)
4+
* Fix p3 compatibility
5+
36
### 1.2.2 (January 11, 2017)
47
* [#37](https://github.com/onelogin/python3-saml/pull/37) Add option to raise response validation exceptions
58
* [#42](https://github.com/onelogin/python3-saml/pull/42) Optionally raise detailed exceptions vs. returning False. Implement a more specific exception class for handling some validation errors. Improve/Fix tests. Add support for retrieving the last ID of the generated AuthNRequest / LogoutRequest. Add hooks to retrieve last-sent and last-received requests and responses

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.2.2',
12+
version='1.2.3',
1313
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
1414
classifiers=[
1515
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)