Skip to content

Commit 2962d9b

Browse files
committed
Release version 0.15.0
1 parent a7809b1 commit 2962d9b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Changes
22
=======
3+
0.15.0 (2016-12-18)
4+
-------------------
5+
- Python 3.5 support. Thanks to timheap.
6+
- Added support for callable user attributes. Thanks to andy-miracl and joetsoi.
7+
- Security improvement: "next" URL is now checked. thanks to flupzor.
8+
- Improved testability. Thanks to flupzor.
9+
- Other bugfixes and minor improvements. Thanks to jamaalscarlett, ws0w, jaywink and liquidpele.
10+
311
0.14.5 (2016-09-19)
412
-------------------
513
- Django 1.10 support. Thanks to inducer.

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.14.5',
26+
version='0.15.0',
2727
description='pysaml2 integration for Django',
2828
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
2929
classifiers=[

0 commit comments

Comments
 (0)