Skip to content

Commit

Permalink
release version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Mar 18, 2021
1 parent 59ede18 commit da0e0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 2.5.1
-------------

Unreleased
Released 2021-03-18

- Fix compatibility with Python 2.7.

Expand Down
2 changes: 1 addition & 1 deletion flask_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# Python 2.7
from thread import get_ident as _ident_func

__version__ = "2.5.0"
__version__ = "2.5.1"

# the best timer function for the platform
if sys.platform == 'win32':
Expand Down

0 comments on commit da0e0df

Please sign in to comment.