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 faef5b8 commit b461f26Copy full SHA for b461f26
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, 6)
+VERSION = (0, 10, 7)
18
19
20
def get_version():
0 commit comments