Skip to content

Commit

Permalink
Released 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengsp committed Jun 24, 2021
1 parent 67502d5 commit 9f591b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ Version 0.3.2
`````````````

- Changed `werkzeug.contrib.cache` to `cachelib`

Version 0.4.0
`````````````

- Added support for `SESSION_COOKIE_SAMESITE`
2 changes: 1 addition & 1 deletion flask_session/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:license: BSD, see LICENSE for more details.
"""

__version__ = '0.3.3'
__version__ = '0.4.0'

import os

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='Flask-Session',
version='0.3.3',
version='0.4.0',
url='https://github.com/fengsp/flask-session',
license='BSD',
author='Shipeng Feng',
Expand Down

0 comments on commit 9f591b5

Please sign in to comment.