Skip to content

Commit fd6a823

Browse files
committed
new release v1.0.2
1 parent 4b49cdd commit fd6a823

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
v1.0.2 (2020-01-24)
5+
- RequestVersionTooLow exception handled in ACS
6+
- Better exception handling for Malformed SAML Response
7+
- pySAML2 dep up to v6.5.1
8+
49
v1.0.1 (2020-01-20)
510
-------------------
611
- PySAML2 dependency, security update

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*rnames):
2424

2525
setup(
2626
name='djangosaml2',
27-
version='1.0.1-1',
27+
version='1.0.2',
2828
description='pysaml2 integration for Django',
2929
long_description=read('README.rst'),
3030
classifiers=[
@@ -57,7 +57,7 @@ def read(*rnames):
5757
install_requires=[
5858
'defusedxml>=0.4.1',
5959
'Django>=2.2,<5',
60-
'pysaml2>=6.5.0',
60+
'pysaml2>=6.5.1',
6161
],
6262
tests_require=[
6363
# Provides assert_called_once.

0 commit comments

Comments
 (0)