Skip to content

Commit da0e0df

Browse files
committed
release version 2.5.1
1 parent 59ede18 commit da0e0df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 2.5.1
22
-------------
33

4-
Unreleased
4+
Released 2021-03-18
55

66
- Fix compatibility with Python 2.7.
77

flask_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# Python 2.7
4343
from thread import get_ident as _ident_func
4444

45-
__version__ = "2.5.0"
45+
__version__ = "2.5.1"
4646

4747
# the best timer function for the platform
4848
if sys.platform == 'win32':

0 commit comments

Comments
 (0)