Skip to content

Commit a19ca9b

Browse files
authored
Merge pull request #814 from pallets/release/2.4.2
Release/2.4.2
2 parents 4609f6e + 77fb29c commit a19ca9b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 2.4.2
2+
-------------
3+
4+
Released 2020-04-22
5+
6+
- Fix bad pagination when records are de-duped. :pr:`812`
7+
18
Version 2.4.1
29
-------------
310

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.1"
27+
__version__ = "2.4.2"
2828

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

0 commit comments

Comments
 (0)