Skip to content

Commit

Permalink
Merge pull request #2487 from bagerard/prepare_0_23_0
Browse files Browse the repository at this point in the history
update changelog for 0.23.0 release
  • Loading branch information
bagerard authored Mar 4, 2021
2 parents 7147043 + 34d2730 commit 86ad8d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@


=========
Changelog
=========

Development
===========
- (Fill this out as you fix issues and develop your features).

Changes in 0.23.0
===========
- Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471
- Add MongoDB 4.2 and 4.4 to CI
- Add support for allowDiskUse on querysets #2468

Changes in 0.22.1
=================
Expand Down
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
)


VERSION = (0, 22, 1)
VERSION = (0, 23, 0)


def get_version():
Expand Down

0 comments on commit 86ad8d1

Please sign in to comment.