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