Skip to content

Commit

Permalink
Merge pull request #2014 from MongoEngine/draft_v017
Browse files Browse the repository at this point in the history
Bump version 0.17.0
  • Loading branch information
bagerard authored Mar 11, 2019
2 parents 1a86372 + fb8c0d8 commit 88c4aa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).

Changes in 0.17.0
=================
- Fix .only() working improperly after using .count() of the same instance of QuerySet
- Fix batch_size that was not copied when cloning a queryset object #2011
- POTENTIAL BREAKING CHANGE: All result fields are now passed, including internal fields (_cls, _id) when using `QuerySet.as_pymongo` #1976
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, 3)
VERSION = (0, 17, 0)


def get_version():
Expand Down

0 comments on commit 88c4aa2

Please sign in to comment.