Skip to content

Commit 3627969

Browse files
author
erdenezul
authored
Merge pull request #1952 from erdenezul/bump_v0.16.1
bump version 0.16.1
2 parents 23cc9f6 + 8807c0d commit 3627969

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
@@ -5,6 +5,10 @@ Changelog
55
Development
66
===========
77
- (Fill this out as you fix issues and develop your features).
8+
9+
=================
10+
Changes in 0.16.1
11+
=================
812
- Fix `_cls` that is not set properly in Document constructor (regression) #1950
913
- Fix bug in _delta method - Update of a ListField depends on an unrelated dynamic field update #1733
1014
- Remove deprecated `save()` method and used `insert_one()` #1899

mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
list(signals.__all__) + list(errors.__all__))
2424

2525

26-
VERSION = (0, 16, 0)
26+
VERSION = (0, 16, 1)
2727

2828

2929
def get_version():

0 commit comments

Comments
 (0)