Skip to content

Commit e2da620

Browse files
committed
Release 2.4.1
1 parent 562ad0d commit e2da620

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# python-saml changelog
2+
### 2.4.1 (Apr 25, 2018)
3+
* Add ID to EntityDescriptor before sign it on add_sign method. Improve the way ds namespace is handled in add_sign method
4+
* Update defusedxml, coveralls and coverage dependencies
5+
* Update copyright and license reference
6+
27
### 2.4.0 (Feb 27, 2018)
38
* Fix vulnerability [CVE-2017-11427](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11427). Process text of nodes properly, ignoring comments
49
* Improve how fingerprint is calcultated

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.4.0',
12+
version='2.4.1',
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)