We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd3699a + 5781753 commit 9a3bca8Copy full SHA for 9a3bca8
docs/changelog.rst
@@ -7,6 +7,11 @@ Development
7
===========
8
- (Fill this out as you fix issues and develop your features).
9
10
+Changes in 0.22.1
11
+=================
12
+- Declare that Py3.5 is not supported in package metadata #2449
13
+- Moved CI from Travis to Github-Actions
14
+
15
Changes in 0.22.0
16
=================
17
- Fix LazyReferenceField dereferencing in embedded documents #2426
mongoengine/__init__.py
@@ -28,7 +28,7 @@
28
)
29
30
31
-VERSION = (0, 22, 0)
+VERSION = (0, 22, 1)
32
33
34
def get_version():
0 commit comments