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.
1 parent 2215e27 commit d0a15a8Copy full SHA for d0a15a8
docs/changelog.rst
@@ -7,6 +7,9 @@ Changelog
7
Development
8
===========
9
- (Fill this out as you fix issues and develop your features).
10
+
11
+Changes in 0.23.1
12
+===========
13
- Bug fix: ignore LazyReferenceFields when clearing _changed_fields #2484
14
- Improve connection doc #2481
15
mongoengine/__init__.py
@@ -29,7 +29,7 @@
29
)
30
31
32
-VERSION = (0, 23, 0)
+VERSION = (0, 23, 1)
33
34
35
def get_version():
0 commit comments