Skip to content

Commit 6374209

Browse files
committed
Release version 0.16.9
1 parent 6fec7f3 commit 6374209

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Changes
22
=======
3-
0.16.8 (2017-09-18)
3+
0.16.9 (2017-09-19)
44
-------------------
5-
- Bugfix release.
5+
- Bugfixes and minor improvements. Thanks to goetzk and AmbientLighter.
6+
- Added option SAML_LOGOUT_REQUEST_PREFERRED_BINDING
67
- Added Django 1.11 to tox.
78

89
0.16.4 (2017-09-11)

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.16.8',
26+
version='0.16.9',
2727
description='pysaml2 integration for Django',
2828
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
2929
classifiers=[

0 commit comments

Comments
 (0)