We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b533033 commit 081891cCopy full SHA for 081891c
CHANGES
@@ -1,6 +1,10 @@
1
Changes
2
=======
3
4
+0.50.0 (2020-10-15)
5
+-------------------
6
+- Discovery Service support
7
+
8
0.40.1 (2020-09-08)
9
-------------------
10
- [BugFix] HTTP-REDIRECT Authn Requests with optional signature now works.
setup.py
@@ -24,7 +24,7 @@ def read(*rnames):
24
25
setup(
26
name='djangosaml2',
27
- version='0.40.1',
+ version='0.50.0',
28
description='pysaml2 integration for Django',
29
long_description=read('README.rst'),
30
classifiers=[
0 commit comments