diff --git a/docs/changelog.rst b/docs/changelog.rst index 42448184..b904a2b8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 diff --git a/mongoengine/__init__.py b/mongoengine/__init__.py index 82add8ce..68346399 100644 --- a/mongoengine/__init__.py +++ b/mongoengine/__init__.py @@ -28,7 +28,7 @@ __all__ = ( ) -VERSION = (0, 22, 0) +VERSION = (0, 22, 1) def get_version():