Skip to content

Commit 88c4aa2

Browse files
authored
Merge pull request #2014 from MongoEngine/draft_v017
Bump version 0.17.0
2 parents 1a86372 + fb8c0d8 commit 88c4aa2

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
- Fix batch_size that was not copied when cloning a queryset object #2011
1013
- POTENTIAL BREAKING CHANGE: All result fields are now passed, including internal fields (_cls, _id) when using `QuerySet.as_pymongo` #1976

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)