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 dd17d73 commit 356f507Copy full SHA for 356f507
docs/changelog.rst
@@ -8,6 +8,12 @@ Development
8
===========
9
- (Fill this out as you fix issues and develop your features).
10
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
17
Changes in 0.24.0
18
=================
19
- EnumField improvements: now ``choices`` limits the values of an enum to allow
mongoengine/__init__.py
@@ -29,7 +29,7 @@
29
)
30
31
32
-VERSION = (0, 24, 0)
+VERSION = (0, 24, 1)
33
34
35
def get_version():
0 commit comments