Skip to content

Commit

Permalink
update changelog and prepare 0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bagerard committed Sep 19, 2024
1 parent c149e16 commit f0774b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Send coverage to Coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
COVERALLS_SERVICE_NAME: github-actions
if: ${{ matrix.python-version == env.MAIN_PYTHON_VERSION }}
run: coveralls

Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Development
===========
- (Fill this out as you fix issues and develop your features).


Changes in 0.29.1
=================
- Add support for freshly released pymongo 4.9 #2849

Changes in 0.29.0
=================
- Fix weakref in EmbeddedDocumentListField (causing brief mem leak in certain circumstances) #2827
Expand Down
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)


VERSION = (0, 29, 0)
VERSION = (0, 29, 1)


def get_version():
Expand Down

0 comments on commit f0774b6

Please sign in to comment.