Skip to content

Commit 624f956

Browse files
committed
Release version 0.16.0
1 parent f4222b2 commit 624f956

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,5 +1,11 @@
11
Changes
22
=======
3+
0.16.0 (2017-04-14)
4+
-------------------
5+
- Upgrade pysaml2 dependency to version 4.4.0 which fixes some serialization issues. Thanks to nakato for the report.
6+
- Added support for HTTP Redirect binding with signed authentication requests. Many thanks to liquidpele for this feature and other related refactorings.
7+
- The custom permission_denied.html template was removed in favor of standard PermissionDenied exception. Thanks to mhindery.
8+
39
0.15.0 (2016-12-18)
410
-------------------
511
- Python 3.5 support. Thanks to timheap.

setup.py

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

2424
setup(
2525
name='djangosaml2',
26-
version='0.15.0',
26+
version='0.16.0',
2727
description='pysaml2 integration for Django',
2828
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
2929
classifiers=[

0 commit comments

Comments
 (0)