Skip to content

Commit

Permalink
This is 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fengsp committed Feb 9, 2017
1 parent 7b3f1be commit 090dc09
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Expand Up @@ -42,3 +42,9 @@ Version 0.3
- SqlAlchemySessionInterface is using LargeBinary type to store data now
- Fixed MongoDBSessionInterface delete method not found
- Fixed TypeError when getting store_id using a signer

Version 0.3.1
`````````````

- SqlAlchemySessionInterface is using VARCHAR(255) to store session id now
- SqlAlchemySessionInterface won't run `db.create_all` anymore
2 changes: 1 addition & 1 deletion flask_session/__init__.py
Expand Up @@ -9,7 +9,7 @@
:license: BSD, see LICENSE for more details.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'

import os

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@

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

0 comments on commit 090dc09

Please sign in to comment.