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 9fc197a commit 7c732a8Copy full SHA for 7c732a8
CHANGES
@@ -1,6 +1,10 @@
1
Changes
2
=======
3
4
+v.1.0.4
5
+- fixed saml_attributes of zero length
6
+- removed unused code
7
+
8
v1.0.3 (2020-02-04)
9
- Django Logout behaviour improved
10
setup.py
@@ -24,7 +24,7 @@ def read(*rnames):
24
25
setup(
26
name='djangosaml2',
27
- version='1.0.3',
+ version='1.0.4',
28
description='pysaml2 integration for Django',
29
long_description=read('README.rst'),
30
classifiers=[
0 commit comments