We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ede18 commit da0e0dfCopy full SHA for da0e0df
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 2.5.1
2
-------------
3
4
-Unreleased
+Released 2021-03-18
5
6
- Fix compatibility with Python 2.7.
7
flask_sqlalchemy/__init__.py
@@ -42,7 +42,7 @@
42
# Python 2.7
43
from thread import get_ident as _ident_func
44
45
-__version__ = "2.5.0"
+__version__ = "2.5.1"
46
47
# the best timer function for the platform
48
if sys.platform == 'win32':
0 commit comments