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