File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
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
+
3
11
0.14.5 (2016-09-19)
4
12
-------------------
5
13
- Django 1.10 support. Thanks to inducer.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def read(*rnames):
23
23
24
24
setup (
25
25
name = 'djangosaml2' ,
26
- version = '0.14.5 ' ,
26
+ version = '0.15.0 ' ,
27
27
description = 'pysaml2 integration for Django' ,
28
28
long_description = '\n \n ' .join ([read ('README.rst' ), read ('CHANGES' )]),
29
29
classifiers = [
You can’t perform that action at this time.
0 commit comments