Update changelog for 0.22.1
This commit is contained in:
parent
fd3699a519
commit
5781753cc8
@ -7,6 +7,11 @@ Development
|
|||||||
===========
|
===========
|
||||||
- (Fill this out as you fix issues and develop your features).
|
- (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
|
Changes in 0.22.0
|
||||||
=================
|
=================
|
||||||
- Fix LazyReferenceField dereferencing in embedded documents #2426
|
- Fix LazyReferenceField dereferencing in embedded documents #2426
|
||||||
|
@ -28,7 +28,7 @@ __all__ = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
VERSION = (0, 22, 0)
|
VERSION = (0, 22, 1)
|
||||||
|
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user