Skip to content

Commit

Permalink
Bump to v0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Jan 25, 2016
1 parent b4af8ec commit a20d406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog
=========

Changes in 0.10.6 - Dev
=======================
Changes in 0.10.6
=================
- Add support for mocking MongoEngine based on mongomock. #1151
- Fixed not being able to run tests on Windows. #1153
- Allow creation of sparse compound indexes. #1114
Expand Down
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
list(queryset.__all__) + signals.__all__ + list(errors.__all__))

VERSION = (0, 10, 5)
VERSION = (0, 10, 6)


def get_version():
Expand Down

0 comments on commit a20d406

Please sign in to comment.