Skip to content

Commit

Permalink
mark v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Feb 9, 2020
1 parent 1d1a3a8 commit 3cad623
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions CHANGES
Expand Up @@ -3,15 +3,13 @@ Flask-Login Changelog

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

Unreleased
----------
- Prefix authenticated user_id, remember, and remember_seconds in Flask Session
with underscores to prevent accidental usage in application code. #465

Version 1.0.0
Version 0.5.0
-------------

- New custom test client: `flask_login.FlaskLoginClient`.
You can use this to write clearer automated tests. #431
- Prefix authenticated user_id, remember, and remember_seconds in Flask Session
with underscores to prevent accidental usage in application code. #465

Version 0.4.1
-------------
Expand Down
2 changes: 1 addition & 1 deletion flask_login/__about__.py
@@ -1,7 +1,7 @@
__title__ = 'Flask-Login'
__description__ = 'User session management for Flask'
__url__ = 'https://github.com/maxcountryman/flask-login'
__version_info__ = ('1', '0', '0')
__version_info__ = ('0', '5', '0')
__version__ = '.'.join(__version_info__)
__author__ = 'Matthew Frazier'
__author_email__ = 'leafstormrush@gmail.com'
Expand Down

0 comments on commit 3cad623

Please sign in to comment.