Skip to content

Commit 2e98bfd

Browse files
committed
Release version 0.17.0
1 parent d7443b5 commit 2e98bfd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGES

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
Changes
22
=======
33

4-
UNRELEASED
4+
0.17.0 (2018-07-16)
55
----------
66
- A 403 (permission denied) is now raised if a SAMLResponse is replayed, instead of 500.
7+
- Dropped support for Python 3.3
8+
- Upgraded pysaml2 dependency to version 4.5.0
9+
10+
Thanks to francoisfreitag, mhindery, vkurup, peppelinux
711

812
0.16.11 (2017-12-25)
913
----------

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def read(*rnames):
3131

3232
setup(
3333
name='djangosaml2',
34-
version='0.16.11',
34+
version='0.17.0',
3535
description='pysaml2 integration for Django',
3636
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
3737
classifiers=[
@@ -49,7 +49,6 @@ def read(*rnames):
4949
"Programming Language :: Python :: 2",
5050
"Programming Language :: Python :: 2.7",
5151
"Programming Language :: Python :: 3",
52-
"Programming Language :: Python :: 3.3",
5352
"Programming Language :: Python :: 3.4",
5453
"Programming Language :: Python :: 3.5",
5554
"Programming Language :: Python :: 3.6",
@@ -71,7 +70,6 @@ def read(*rnames):
7170
install_requires=[
7271
'defusedxml>=0.4.1',
7372
'Django>=1.8',
74-
'enum34;python_version > "3" and python_version < "3.4"',
7573
'pysaml2==4.5.0',
7674
],
7775
extras_require=extra,

0 commit comments

Comments
 (0)