Skip to content

Commit

Permalink
Merge pull request #1952 from erdenezul/bump_v0.16.1
Browse files Browse the repository at this point in the history
bump version 0.16.1
  • Loading branch information
erdenezul authored Nov 14, 2018
2 parents 23cc9f6 + 8807c0d commit 3627969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).

=================
Changes in 0.16.1
=================
- Fix `_cls` that is not set properly in Document constructor (regression) #1950
- Fix bug in _delta method - Update of a ListField depends on an unrelated dynamic field update #1733
- Remove deprecated `save()` method and used `insert_one()` #1899
Expand Down
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
list(signals.__all__) + list(errors.__all__))


VERSION = (0, 16, 0)
VERSION = (0, 16, 1)


def get_version():
Expand Down

0 comments on commit 3627969

Please sign in to comment.