diff --git a/changelog.md b/changelog.md index d17975f1..996779c1 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/setup.py b/setup.py index cddaf740..cb53f643 100644 --- a/setup.py +++ b/setup.py @@ -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',