Merge pull request #2453 from bagerard/prepare_0_22_1

Update changelog for 0.22.1
This commit is contained in:
Bastien Gérard 2020-12-16 23:07:18 +01:00 committed by GitHub
commit 9a3bca8ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

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