Bump to v0.10.6

This commit is contained in:
Emmanuel Leblond 2016-01-25 01:42:19 +01:00
parent b4af8ec751
commit a20d40618f
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -14,7 +14,7 @@ import errors
__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():