Skip to content

Commit

Permalink
Merge pull request #436 from singingwolfboy/version-1.0
Browse files Browse the repository at this point in the history
version 1.0.0
  • Loading branch information
maxcountryman committed Jun 5, 2019
2 parents 620cf3d + 7bc2bcc commit fd2f3f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Expand Up @@ -5,6 +5,10 @@ Here you can see the full list of changes between each Flask-Login release.

Unreleased
----------
nothing yet

Version 1.0.0
-------------
- New custom test client: `flask_login.FlaskLoginClient`.
You can use this to write clearer automated tests. #431

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__ = ('0', '4', '1')
__version_info__ = ('1', '0', '0')
__version__ = '.'.join(__version_info__)
__author__ = 'Matthew Frazier'
__author_email__ = 'leafstormrush@gmail.com'
Expand Down

0 comments on commit fd2f3f9

Please sign in to comment.