Skip to content

Commit

Permalink
Merge pull request #2453 from bagerard/prepare_0_22_1
Browse files Browse the repository at this point in the history
Update changelog for 0.22.1
  • Loading branch information
bagerard authored Dec 16, 2020
2 parents fd3699a + 5781753 commit 9a3bca8
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
Expand Up @@ -7,6 +7,11 @@ Development
===========
- (Fill this out as you fix issues and develop your features).

Changes in 0.22.1
=================
- Declare that Py3.5 is not supported in package metadata #2449
- Moved CI from Travis to Github-Actions

Changes in 0.22.0
=================
- Fix LazyReferenceField dereferencing in embedded documents #2426
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, 0)
VERSION = (0, 22, 1)


def get_version():
Expand Down

0 comments on commit 9a3bca8

Please sign in to comment.