Merge pull request #2487 from bagerard/prepare_0_23_0

update changelog for 0.23.0 release
This commit is contained in:
Bastien Gérard 2021-03-04 23:03:39 +01:00 committed by GitHub
commit 86ad8d119d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,5 @@
=========
Changelog
=========
@ -6,8 +7,12 @@ 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
=================

View File

@ -28,7 +28,7 @@ __all__ = (
)
VERSION = (0, 22, 1)
VERSION = (0, 23, 0)
def get_version():