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 b5f218c commit d257601Copy full SHA for d257601
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 2.4.3
2
-------------
3
4
-Unreleased
+Released 2020-05-26
5
6
- Deprecate ``SQLALCHEMY_COMMIT_ON_TEARDOWN`` as it can cause various
7
design issues that are difficult to debug. Call
flask_sqlalchemy/__init__.py
@@ -24,7 +24,7 @@
24
from .model import DefaultMeta
25
from . import utils
26
27
-__version__ = "2.4.2"
+__version__ = "2.4.3"
28
29
# the best timer function for the platform
30
if sys.platform == 'win32':
0 commit comments