Skip to content

Commit 3814b0f

Browse files
committed
Release 2.4.2
1 parent d3dbe3e commit 3814b0f

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.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+
27
### 2.4.1 (Apr 25, 2018)
38
* Add ID to EntityDescriptor before sign it on add_sign method. Improve the way ds namespace is handled in add_sign method
49
* Update defusedxml, coveralls and coverage dependencies

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