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 8454026 commit 17fe6cbCopy full SHA for 17fe6cb
CHANGES
@@ -1,3 +1,7 @@
1
+0.4.3 (2013-04-19)
2
+------------------
3
+- Fix a crash when logging a non verified authentication response.
4
+
5
0.4.2 (2012-03-27)
6
------------------
7
- Add default attribute mappings
setup.py
@@ -49,7 +49,7 @@ def run(self):
49
50
setup(
51
name='pysaml2',
52
- version='0.4.2',
+ version='0.4.3',
53
description='Python implementation of SAML Version 2 to for instance be used in a WSGI environment',
54
# long_description = read("README"),
55
author='Roland Hedberg',
0 commit comments