Skip to content

Commit f0774b6

Browse files
committed
update changelog and prepare 0.29.1
1 parent c149e16 commit f0774b6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Send coverage to Coveralls
113113
env:
114114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115-
COVERALLS_SERVICE_NAME: github
115+
COVERALLS_SERVICE_NAME: github-actions
116116
if: ${{ matrix.python-version == env.MAIN_PYTHON_VERSION }}
117117
run: coveralls
118118

docs/changelog.rst

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

11+
12+
Changes in 0.29.1
13+
=================
14+
- Add support for freshly released pymongo 4.9 #2849
15+
1116
Changes in 0.29.0
1217
=================
1318
- Fix weakref in EmbeddedDocumentListField (causing brief mem leak in certain circumstances) #2827

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

3434

3535
def get_version():

0 commit comments

Comments
 (0)