Skip to content

Commit 30f6d56

Browse files
committed
prep release 0.29.3
1 parent a5fb2bd commit 30f6d56

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ Development
88
===========
99
- (Fill this out as you fix issues and develop your features).
1010

11-
Changes in 0.29.2
11+
Changes in 0.29.3
1212
=================
1313
- Remove mentions of mongoengine[dot]org has we no longer own it #2905
1414

15+
Changes in 0.29.2
16+
=================
17+
- fixes relted with
18+
1519
Changes in 0.29.1
1620
=================
1721
- Add support for freshly released pymongo 4.9 #2849

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, 29, 2)
32+
VERSION = (0, 29, 3)
3333

3434

3535
def get_version():

0 commit comments

Comments
 (0)