update changelog and bump version to 0.22.0

This commit is contained in:
Bastien Gerard 2020-12-14 22:39:48 +01:00
parent 2e284b93b8
commit dd11911ed7
2 changed files with 5 additions and 1 deletions

View File

@ -6,8 +6,12 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).
Changes in 0.22.0
=================
- Fix LazyReferenceField dereferencing in embedded documents #2426
- Fix regarding the recent use of Cursor.__spec in .count() that was interfering with mongomock #2425
- Drop support for Python 3.5 by introducing f-strings in the codebase
Changes in 0.21.0
=================

View File

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