Skip to content

Commit e5fcf62

Browse files
committed
release version 2.4.4
1 parent 36efd3b commit e5fcf62

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

4-
Unreleased
4+
Released 2020-07-14
55

66
- Change base class of meta mixins to ``type``. This fixes an issue
77
caused by a regression in CPython 3.8.4. :issue:`852`

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.3"
27+
__version__ = "2.4.4"
2828

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

0 commit comments

Comments
 (0)