Skip to content

Commit 356f507

Browse files
committed
prepare release 0.24.1
1 parent dd17d73 commit 356f507

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Development
88
===========
99
- (Fill this out as you fix issues and develop your features).
1010

11+
Changes in 0.24.1
12+
=================
13+
- Allow pymongo<5.0 to be pulled
14+
- Don't use deprecated property for emptiness check in queryset base #2633
15+
16+
1117
Changes in 0.24.0
1218
=================
1319
- EnumField improvements: now ``choices`` limits the values of an enum to allow

mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
)
3030

3131

32-
VERSION = (0, 24, 0)
32+
VERSION = (0, 24, 1)
3333

3434

3535
def get_version():

0 commit comments

Comments
 (0)