Skip to content

Commit 7b4245c

Browse files
author
Erdenezul Batmunkh
committed
Bump version 0.17.0
1 parent 50ffa80 commit 7b4245c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changelog
55
Development
66
===========
77
- (Fill this out as you fix issues and develop your features).
8+
9+
Changes in 0.17.0
10+
=================
811
- Fix .only() working improperly after using .count() of the same instance of QuerySet
912
- POTENTIAL BREAKING CHANGE: All result fields are now passed, including internal fields (_cls, _id) when using `QuerySet.as_pymongo` #1976
1013
- Document a BREAKING CHANGE introduced in 0.15.3 and not reported at that time (#1995)

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, 3)
26+
VERSION = (0, 17, 0)
2727

2828

2929
def get_version():

0 commit comments

Comments
 (0)