Skip to content

Commit

Permalink
Merge pull request #693 from maxcountryman/release-0.6.2
Browse files Browse the repository at this point in the history
release version 0.6.2
  • Loading branch information
davidism authored Jul 25, 2022
2 parents ae1be9c + 2d23e91 commit 9154178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Flask-Login Changelog
Version 0.6.2
-------------

Unreleased
Released on July 25th, 2022

- Fix compatibility with Werkzeug 2.2 and Flask 2.2. #691
- Revert change to `expand_login_view` that attempted to preserve a
Expand Down
2 changes: 1 addition & 1 deletion src/flask_login/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "Flask-Login"
__description__ = "User session management for Flask"
__url__ = "https://github.com/maxcountryman/flask-login"
__version_info__ = ("0", "6", "1")
__version_info__ = ("0", "6", "2")
__version__ = ".".join(__version_info__)
__author__ = "Matthew Frazier"
__author_email__ = "leafstormrush@gmail.com"
Expand Down

0 comments on commit 9154178

Please sign in to comment.