We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fc3f9 commit cf9846aCopy full SHA for cf9846a
CHANGES
@@ -1,10 +1,16 @@
1
Changes
2
=======
3
4
+v1.0.1 (2020-01-20)
5
+-------------------
6
+- PySAML2 dependency, security update
7
+ https://github.com/IdentityPython/pysaml2/commit/12ec4a70c5aaf4c144f6b30a158193ca99bc76cd
8
+
9
v1.0.0 (2020-10-15)
10
-------------------
11
- General refactor with Django ClassViews
12
13
14
0.50.0 (2020-10-15)
15
16
- Discovery Service support
setup.py
@@ -24,7 +24,7 @@ def read(*rnames):
24
25
setup(
26
name='djangosaml2',
27
- version='1.0.0-1',
+ version='1.0.1',
28
description='pysaml2 integration for Django',
29
long_description=read('README.rst'),
30
classifiers=[
0 commit comments