We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4af8ec commit a20d406Copy full SHA for a20d406
docs/changelog.rst
@@ -2,8 +2,8 @@
2
Changelog
3
=========
4
5
-Changes in 0.10.6 - Dev
6
-=======================
+Changes in 0.10.6
+=================
7
- Add support for mocking MongoEngine based on mongomock. #1151
8
- Fixed not being able to run tests on Windows. #1153
9
- Allow creation of sparse compound indexes. #1114
mongoengine/__init__.py
@@ -14,7 +14,7 @@
14
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
15
list(queryset.__all__) + signals.__all__ + list(errors.__all__))
16
17
-VERSION = (0, 10, 5)
+VERSION = (0, 10, 6)
18
19
20
def get_version():
0 commit comments