Skip to content

Commit 0eeec00

Browse files
committed
prepare 0.29.2 release
1 parent f0774b6 commit 0eeec00

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
test:
5555
# Test suite run against recent python versions
5656
# and against a few combination of MongoDB and pymongo
57-
runs-on: ubuntu-20.04
57+
runs-on: ubuntu-latest
5858
strategy:
5959
fail-fast: false
6060
matrix:

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)