We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3726b8 commit 62148cbCopy full SHA for 62148cb
changelog.md
@@ -1,4 +1,8 @@
1
# 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
6
7
### 1.4.0 (Feb 27, 2018)
8
* 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
@@ -9,7 +9,7 @@
9
10
setup(
11
name='python3-saml',
12
- version='1.4.0',
+ version='1.4.1',
13
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
14
classifiers=[
15
'Development Status :: 5 - Production/Stable',
0 commit comments