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 f821057 commit 2c7fde1Copy full SHA for 2c7fde1
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 2.4.0
2
-------------
3
4
-Unreleased
+Released 2019-04-23
5
6
- Make engine configuration more flexible. (:pr:`684`)
7
- Address SQLAlchemy 1.3 deprecations. (:pr:`684`)
flask_sqlalchemy/__init__.py
@@ -24,7 +24,7 @@
24
from .model import DefaultMeta
25
from . import utils
26
27
-__version__ = "2.4.0.dev"
+__version__ = "2.4.0"
28
29
# the best timer function for the platform
30
if sys.platform == 'win32':
0 commit comments