Skip to content

Commit

Permalink
Release version 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knaperek committed Jul 15, 2017
1 parent 2a91f32 commit b479d0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changes
=======
0.16.1 (2017-07-15)
-------------------
- Bugfixes. Thanks to canni, AmbientLighter, cranti and logston.
- request is now passed to authentication backend (introduced in Django 1.11). Thanks to terite.

0.16.0 (2017-04-14)
-------------------
- Upgrade pysaml2 dependency to version 4.4.0 which fixes some serialization issues. Thanks to nakato for the report.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(*rnames):

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

0 comments on commit b479d0d

Please sign in to comment.