File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- UNRELEASED
4
+ 0.16.11 (2017-12-25)
5
5
----------
6
+ - Dropped compatibility for Python < 2.7 and Django < 1.8.
6
7
- Added a clean_attributes hook allowing backends to restructure attributes extracted from SAML response.
7
8
- Log when fields are missing in a SAML response.
8
9
- Log when attribute_mapping maps to nonexistent User fields.
9
- - Dropped compatibility for Python < 2.7 and Django < 1.8.
10
+ - Multiple compatibility fixes and other minor improvements and code cleanups
11
+
12
+ Thanks to francoisfreitag, mhindery, charn, jdufresne
10
13
11
14
0.16.10 (2017-10-02)
12
15
-------------------
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def read(*rnames):
31
31
32
32
setup (
33
33
name = 'djangosaml2' ,
34
- version = '0.16.10 ' ,
34
+ version = '0.16.11 ' ,
35
35
description = 'pysaml2 integration for Django' ,
36
36
long_description = '\n \n ' .join ([read ('README.rst' ), read ('CHANGES' )]),
37
37
classifiers = [
You can’t perform that action at this time.
0 commit comments