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 67502d5 commit 9f591b5Copy full SHA for 9f591b5
CHANGES
@@ -53,3 +53,8 @@ Version 0.3.2
53
`````````````
54
55
- Changed `werkzeug.contrib.cache` to `cachelib`
56
+
57
+Version 0.4.0
58
+`````````````
59
60
+- Added support for `SESSION_COOKIE_SAMESITE`
flask_session/__init__.py
@@ -9,7 +9,7 @@
9
:license: BSD, see LICENSE for more details.
10
"""
11
12
-__version__ = '0.3.3'
+__version__ = '0.4.0'
13
14
import os
15
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='Flask-Session',
20
- version='0.3.3',
+ version='0.4.0',
21
url='https://github.com/fengsp/flask-session',
22
license='BSD',
23
author='Shipeng Feng',
0 commit comments