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 2a91f32 commit b479d0dCopy full SHA for b479d0d
CHANGES
@@ -1,5 +1,10 @@
1
Changes
2
=======
3
+0.16.1 (2017-07-15)
4
+-------------------
5
+- Bugfixes. Thanks to canni, AmbientLighter, cranti and logston.
6
+- request is now passed to authentication backend (introduced in Django 1.11). Thanks to terite.
7
+
8
0.16.0 (2017-04-14)
9
-------------------
10
- Upgrade pysaml2 dependency to version 4.4.0 which fixes some serialization issues. Thanks to nakato for the report.
setup.py
@@ -23,7 +23,7 @@ def read(*rnames):
23
24
setup(
25
name='djangosaml2',
26
- version='0.16.0',
+ version='0.16.1',
27
description='pysaml2 integration for Django',
28
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
29
classifiers=[
0 commit comments