Skip to content

Commit 6f5f5b4

Browse files
committed
version bump (forgot to do it with v0.10.8 release, so have to go for v0.10.9)
1 parent c6c5f85 commit 6f5f5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
1515
list(queryset.__all__) + signals.__all__ + list(errors.__all__))
1616

17-
VERSION = (0, 10, 7)
17+
VERSION = (0, 10, 9)
1818

1919

2020
def get_version():

0 commit comments

Comments
 (0)