We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fb2bd commit 30f6d56Copy full SHA for 30f6d56
2 files changed
docs/changelog.rst
@@ -8,10 +8,14 @@ Development
8
===========
9
- (Fill this out as you fix issues and develop your features).
10
11
-Changes in 0.29.2
+Changes in 0.29.3
12
=================
13
- Remove mentions of mongoengine[dot]org has we no longer own it #2905
14
15
+Changes in 0.29.2
16
+=================
17
+- fixes relted with
18
+
19
Changes in 0.29.1
20
21
- Add support for freshly released pymongo 4.9 #2849
mongoengine/__init__.py
@@ -29,7 +29,7 @@
29
)
30
31
32
-VERSION = (0, 29, 2)
+VERSION = (0, 29, 3)
33
34
35
def get_version():
0 commit comments