Skip to content

Commit b479d0d

Browse files
committed
Release version 0.16.1
1 parent 2a91f32 commit b479d0d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changes
22
=======
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+
38
0.16.0 (2017-04-14)
49
-------------------
510
- Upgrade pysaml2 dependency to version 4.4.0 which fixes some serialization issues. Thanks to nakato for the report.

setup.py

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

2424
setup(
2525
name='djangosaml2',
26-
version='0.16.0',
26+
version='0.16.1',
2727
description='pysaml2 integration for Django',
2828
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
2929
classifiers=[

0 commit comments

Comments
 (0)