From 8807c0dbef50abafbcbdfa0cc27b5864369b89a3 Mon Sep 17 00:00:00 2001 From: Erdenezul Batmunkh Date: Wed, 14 Nov 2018 17:10:17 +0800 Subject: [PATCH] bump version 0.16.1 --- docs/changelog.rst | 4 ++++ mongoengine/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 33578f018..202520392 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 diff --git a/mongoengine/__init__.py b/mongoengine/__init__.py index 6e15d8b92..2a7019a35 100644 --- a/mongoengine/__init__.py +++ b/mongoengine/__init__.py @@ -23,7 +23,7 @@ list(signals.__all__) + list(errors.__all__)) -VERSION = (0, 16, 0) +VERSION = (0, 16, 1) def get_version():