We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8879f49 commit 9cfe3a5Copy full SHA for 9cfe3a5
CHANGES
@@ -1,7 +1,12 @@
1
Changes
2
=======
3
4
+0.30.0 (2020-07-30)
5
+-------------------
6
+- SameSite workaround with a specialized cookie, decoupled from django default
7
+
8
0.20.0 (2020-06-29)
9
10
- Bugfix: Always save newly created users when ATTRIBUTE_MAPPING is missing in the config
11
- pySAML2 v5.3.0
12
setup.py
@@ -24,7 +24,7 @@ def read(*rnames):
24
25
setup(
26
name='djangosaml2',
27
- version='0.20.0',
+ version='0.30.0',
28
description='pysaml2 integration for Django',
29
long_description=read('README.rst'),
30
classifiers=[
0 commit comments