From e2da620897fb78eb2095abe4f37bde87832c7d1d Mon Sep 17 00:00:00 2001 From: Sixto Martin Date: Wed, 25 Apr 2018 15:48:38 +0200 Subject: [PATCH] Release 2.4.1 --- changelog.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 474a6549..d17975f1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,9 @@ # python-saml changelog +### 2.4.1 (Apr 25, 2018) +* Add ID to EntityDescriptor before sign it on add_sign method. Improve the way ds namespace is handled in add_sign method +* Update defusedxml, coveralls and coverage dependencies +* Update copyright and license reference + ### 2.4.0 (Feb 27, 2018) * Fix vulnerability [CVE-2017-11427](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11427). Process text of nodes properly, ignoring comments * Improve how fingerprint is calcultated diff --git a/setup.py b/setup.py index 1442b9f2..e5598ec3 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='python-saml', - version='2.4.0', + version='2.4.1', description='Onelogin Python Toolkit. Add SAML support to your Python software using this library', classifiers=[ 'Development Status :: 5 - Production/Stable',