Skip to content

Commit d257601

Browse files
committed
release version 2.4.3
1 parent b5f218c commit d257601

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.4.3
22
-------------
33

4-
Unreleased
4+
Released 2020-05-26
55

66
- Deprecate ``SQLALCHEMY_COMMIT_ON_TEARDOWN`` as it can cause various
77
design issues that are difficult to debug. Call

flask_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from .model import DefaultMeta
2525
from . import utils
2626

27-
__version__ = "2.4.2"
27+
__version__ = "2.4.3"
2828

2929
# the best timer function for the platform
3030
if sys.platform == 'win32':

0 commit comments

Comments
 (0)