Bump to v0.10.6
This commit is contained in:
parent
b4af8ec751
commit
a20d40618f
@ -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
|
||||
|
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user