Skip to content

Commit

Permalink
Merge pull request #2447 from bagerard/_changelog_0_22_0
Browse files Browse the repository at this point in the history
prepare 0.22.0
  • Loading branch information
bagerard committed Dec 14, 2020
2 parents 0b3feed + dd11911 commit bc0e04d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Expand Up @@ -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
=================
Expand Down
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Expand Up @@ -28,7 +28,7 @@
)


VERSION = (0, 21, 0)
VERSION = (0, 22, 0)


def get_version():
Expand Down

0 comments on commit bc0e04d

Please sign in to comment.