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 b26fecc commit 16bcf97Copy full SHA for 16bcf97
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 2.4.1
2
-------------
3
4
-Unreleased
+Released 2019-09-24
5
6
- Fix ``AttributeError`` when using multiple binds with polymorphic
7
models. :pr:`651`
flask_sqlalchemy/__init__.py
@@ -24,7 +24,7 @@
24
from .model import DefaultMeta
25
from . import utils
26
27
-__version__ = "2.4.0"
+__version__ = "2.4.1"
28
29
# the best timer function for the platform
30
if sys.platform == 'win32':
0 commit comments