Skip to content

Commit

Permalink
Release version 0.16.11
Browse files Browse the repository at this point in the history
  • Loading branch information
knaperek committed Dec 25, 2017
1 parent a2bb3c0 commit b0ed9ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
Changes
=======

UNRELEASED
0.16.11 (2017-12-25)
----------
- Dropped compatibility for Python < 2.7 and Django < 1.8.
- Added a clean_attributes hook allowing backends to restructure attributes extracted from SAML response.
- Log when fields are missing in a SAML response.
- Log when attribute_mapping maps to nonexistent User fields.
- Dropped compatibility for Python < 2.7 and Django < 1.8.
- Multiple compatibility fixes and other minor improvements and code cleanups

Thanks to francoisfreitag, mhindery, charn, jdufresne

0.16.10 (2017-10-02)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def read(*rnames):

setup(
name='djangosaml2',
version='0.16.10',
version='0.16.11',
description='pysaml2 integration for Django',
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
classifiers=[
Expand Down

0 comments on commit b0ed9ea

Please sign in to comment.