Skip to content

Commit c6151e3

Browse files
committed
Bumped version to 0.10.0
1 parent 45cb991 commit c6151e3

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, 9, 0)
17+
VERSION = (0, 10, 0)
1818

1919

2020
def get_version():

0 commit comments

Comments
 (0)