Skip to content

Commit 5561d11

Browse files
committed
Release version 0.17.2
1 parent 25f1896 commit 5561d11

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

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+
410
0.17.1 (2018-07-16)
511
----------
612
- A 403 (permission denied) is now raised if a SAMLResponse is replayed, instead of 500.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def read(*rnames):
3131

3232
setup(
3333
name='djangosaml2',
34-
version='0.17.1',
34+
version='0.17.2',
3535
description='pysaml2 integration for Django',
3636
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
3737
classifiers=[

0 commit comments

Comments
 (0)