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 25f1896 commit 5561d11Copy full SHA for 5561d11
CHANGES
@@ -1,6 +1,12 @@
1
Changes
2
=======
3
4
+0.17.2 (2018-08-29)
5
+----------
6
+- Upgraded pysaml2 dependency to version 4.6.0 which fixes security issue.
7
+
8
+Thanks to plumdog
9
10
0.17.1 (2018-07-16)
11
----------
12
- A 403 (permission denied) is now raised if a SAMLResponse is replayed, instead of 500.
setup.py
@@ -31,7 +31,7 @@ def read(*rnames):
31
32
setup(
33
name='djangosaml2',
34
- version='0.17.1',
+ version='0.17.2',
35
description='pysaml2 integration for Django',
36
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
37
classifiers=[
0 commit comments