We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3dbe3e commit 3814b0fCopy full SHA for 3814b0f
changelog.md
@@ -1,4 +1,9 @@
1
# python-saml changelog
2
+### 2.4.2 (Sep 05, 2018)
3
+* Update dm.xmlsec.binding dependency to 1.3.7
4
+* Update pylint dependency to 1.9.1
5
+* Update Django demo to use LTS version of Django
6
+
7
### 2.4.1 (Apr 25, 2018)
8
* Add ID to EntityDescriptor before sign it on add_sign method. Improve the way ds namespace is handled in add_sign method
9
* Update defusedxml, coveralls and coverage dependencies
setup.py
@@ -9,7 +9,7 @@
10
setup(
11
name='python-saml',
12
- version='2.4.1',
+ version='2.4.2',
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