Skip to content

Commit bc0e04d

Browse files
authored
Merge pull request #2447 from bagerard/_changelog_0_22_0
prepare 0.22.0
2 parents 0b3feed + dd11911 commit bc0e04d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ Changelog
66
Development
77
===========
88
- (Fill this out as you fix issues and develop your features).
9+
10+
Changes in 0.22.0
11+
=================
912
- Fix LazyReferenceField dereferencing in embedded documents #2426
1013
- Fix regarding the recent use of Cursor.__spec in .count() that was interfering with mongomock #2425
14+
- Drop support for Python 3.5 by introducing f-strings in the codebase
1115

1216
Changes in 0.21.0
1317
=================

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, 21, 0)
31+
VERSION = (0, 22, 0)
3232

3333

3434
def get_version():

0 commit comments

Comments
 (0)