Skip to content

Commit 1fd8528

Browse files
committed
prepare 0.29.2 release
1 parent f0774b6 commit 1fd8528

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/changelog.rst

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

1111

12+
Changes in 0.29.2
13+
=================
14+
- Remove mentions of mongoengine[dot]org has we no longer own it #2905
15+
1216
Changes in 0.29.1
1317
=================
1418
- 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, 1)
32+
VERSION = (0, 29, 2)
3333

3434

3535
def get_version():

0 commit comments

Comments
 (0)