Skip to content

Commit 16bcf97

Browse files
committed
release version 2.4.1
1 parent b26fecc commit 16bcf97

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

4-
Unreleased
4+
Released 2019-09-24
55

66
- Fix ``AttributeError`` when using multiple binds with polymorphic
77
models. :pr:`651`

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.0"
27+
__version__ = "2.4.1"
2828

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

0 commit comments

Comments
 (0)