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 23cc9f6 + 8807c0d commit 3627969Copy full SHA for 3627969
docs/changelog.rst
@@ -5,6 +5,10 @@ Changelog
5
Development
6
===========
7
- (Fill this out as you fix issues and develop your features).
8
+
9
+=================
10
+Changes in 0.16.1
11
12
- Fix `_cls` that is not set properly in Document constructor (regression) #1950
13
- Fix bug in _delta method - Update of a ListField depends on an unrelated dynamic field update #1733
14
- Remove deprecated `save()` method and used `insert_one()` #1899
mongoengine/__init__.py
@@ -23,7 +23,7 @@
23
list(signals.__all__) + list(errors.__all__))
24
25
26
-VERSION = (0, 16, 0)
+VERSION = (0, 16, 1)
27
28
29
def get_version():
0 commit comments