Skip to content

Commit b0ed9ea

Browse files
committed
Release version 0.16.11
1 parent a2bb3c0 commit b0ed9ea

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
Changes
22
=======
33

4-
UNRELEASED
4+
0.16.11 (2017-12-25)
55
----------
6+
- Dropped compatibility for Python < 2.7 and Django < 1.8.
67
- Added a clean_attributes hook allowing backends to restructure attributes extracted from SAML response.
78
- Log when fields are missing in a SAML response.
89
- 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
1013

1114
0.16.10 (2017-10-02)
1215
-------------------

setup.py

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

3232
setup(
3333
name='djangosaml2',
34-
version='0.16.10',
34+
version='0.16.11',
3535
description='pysaml2 integration for Django',
3636
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
3737
classifiers=[

0 commit comments

Comments
 (0)