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 2e98bfd commit d5263f9Copy full SHA for d5263f9
CHANGES
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-0.17.0 (2018-07-16)
+0.17.1 (2018-07-16)
5
----------
6
- A 403 (permission denied) is now raised if a SAMLResponse is replayed, instead of 500.
7
- Dropped support for Python 3.3
setup.py
@@ -31,7 +31,7 @@ def read(*rnames):
31
32
setup(
33
name='djangosaml2',
34
- version='0.17.0',
+ version='0.17.1',
35
description='pysaml2 integration for Django',
36
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
37
classifiers=[
0 commit comments