Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Sep 30, 2015
1 parent 87ca764 commit f1d961c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGES
Expand Up @@ -3,12 +3,21 @@ Flask-Login Changelog

Here you can see the full list of changes between each Flask-Login release.

Version 0.3.1
Version 0.x.y
-------------

Released on TBD.


Version 0.3.1
-------------

Released on September 30th, 2015

- Fixes removal of non-Flask-Login keys from session object when using 'strong'
protection.


Version 0.3.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion flask_login.py
Expand Up @@ -10,7 +10,7 @@
:license: MIT/X11, see LICENSE for more details.
'''

__version_info__ = ('0', '3', '0')
__version_info__ = ('0', '3', '1')
__version__ = '.'.join(__version_info__)
__author__ = 'Matthew Frazier'
__maintainer__ = 'Max Countryman'
Expand Down

0 comments on commit f1d961c

Please sign in to comment.