Skip to content

Commit

Permalink
Release 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Sep 5, 2018
1 parent d3dbe3e commit 3814b0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# python-saml changelog
### 2.4.2 (Sep 05, 2018)
* Update dm.xmlsec.binding dependency to 1.3.7
* Update pylint dependency to 1.9.1
* Update Django demo to use LTS version of Django

### 2.4.1 (Apr 25, 2018)
* Add ID to EntityDescriptor before sign it on add_sign method. Improve the way ds namespace is handled in add_sign method
* Update defusedxml, coveralls and coverage dependencies
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='python-saml',
version='2.4.1',
version='2.4.2',
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 3814b0f

Please sign in to comment.