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 6fec7f3 commit 6374209Copy full SHA for 6374209
CHANGES
@@ -1,8 +1,9 @@
1
Changes
2
=======
3
-0.16.8 (2017-09-18)
+0.16.9 (2017-09-19)
4
-------------------
5
-- Bugfix release.
+- Bugfixes and minor improvements. Thanks to goetzk and AmbientLighter.
6
+- Added option SAML_LOGOUT_REQUEST_PREFERRED_BINDING
7
- Added Django 1.11 to tox.
8
9
0.16.4 (2017-09-11)
setup.py
@@ -23,7 +23,7 @@ def read(*rnames):
23
24
setup(
25
name='djangosaml2',
26
- version='0.16.8',
+ version='0.16.9',
27
description='pysaml2 integration for Django',
28
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
29
classifiers=[
0 commit comments