Skip to content

Commit 9cfe3a5

Browse files
committed
v0.30.0
1 parent 8879f49 commit 9cfe3a5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

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

4+
0.30.0 (2020-07-30)
5+
-------------------
6+
- SameSite workaround with a specialized cookie, decoupled from django default
7+
48
0.20.0 (2020-06-29)
9+
-------------------
510
- Bugfix: Always save newly created users when ATTRIBUTE_MAPPING is missing in the config
611
- pySAML2 v5.3.0
712

setup.py

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

2525
setup(
2626
name='djangosaml2',
27-
version='0.20.0',
27+
version='0.30.0',
2828
description='pysaml2 integration for Django',
2929
long_description=read('README.rst'),
3030
classifiers=[

0 commit comments

Comments
 (0)