From 6c90f88a0c8e6ca8cba1f78743d31c1c86859ee5 Mon Sep 17 00:00:00 2001 From: Sixto Martin Date: Sun, 15 Jan 2017 09:21:10 +0100 Subject: [PATCH] Release 1.2.3 --- changelog.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6ec3b9ea..f1b66a59 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # python3-saml changelog +### 1.2.3 (January 15, 2017) + * Fix p3 compatibility + ### 1.2.2 (January 11, 2017) * [#37](https://github.com/onelogin/python3-saml/pull/37) Add option to raise response validation exceptions * [#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 diff --git a/setup.py b/setup.py index 57be437a..0d894d3c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='python3-saml', - version='1.2.2', + version='1.2.3', description='Onelogin Python Toolkit. Add SAML support to your Python software using this library', classifiers=[ 'Development Status :: 5 - Production/Stable',