Skip to content

Commit 9a3bca8

Browse files
authored
Merge pull request MongoEngine#2453 from bagerard/prepare_0_22_1
Update changelog for 0.22.1
2 parents fd3699a + 5781753 commit 9a3bca8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Development
77
===========
88
- (Fill this out as you fix issues and develop your features).
99

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+
1015
Changes in 0.22.0
1116
=================
1217
- Fix LazyReferenceField dereferencing in embedded documents #2426

mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
)
2929

3030

31-
VERSION = (0, 22, 0)
31+
VERSION = (0, 22, 1)
3232

3333

3434
def get_version():

0 commit comments

Comments
 (0)