Merge pull request #2453 from bagerard/prepare_0_22_1
Update changelog for 0.22.1
This commit is contained in:
commit
9a3bca8ab6
@ -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
|
||||
|
@ -28,7 +28,7 @@ __all__ = (
|
||||
)
|
||||
|
||||
|
||||
VERSION = (0, 22, 0)
|
||||
VERSION = (0, 22, 1)
|
||||
|
||||
|
||||
def get_version():
|
||||
|
Loading…
x
Reference in New Issue
Block a user