Skip to content

Commit 62148cb

Browse files
committed
Release 1.4.1
1 parent d3726b8 commit 62148cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# python3-saml changelog
2+
### 1.4.1 (Apr 25, 2018)
3+
* Add ID to EntityDescriptor before sign it on add_sign method.
4+
* Update defusedxml, coveralls and coverage dependencies
5+
* Update copyright and license reference
26

37
### 1.4.0 (Feb 27, 2018)
48
* Fix vulnerability [CVE-2017-11427](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11427). Process text of nodes properly, ignoring comments

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