Skip to content

Commit c2dccce

Browse files
committed
version bump
1 parent 5c947c7 commit c2dccce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flask_mongoengine/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
from .wtf import WtfBaseField
1717

1818

19-
VERSION = (0, 9, 1)
19+
VERSION = (0, 9, 2)
2020

2121

2222
def get_version():
23-
"""Return the VERSION as a string, e.g. for VERSION == (0, 9, 1),
24-
return '0.9.1'.
23+
"""Return the VERSION as a string, e.g. for VERSION == (0, 9, 2),
24+
return '0.9.2'.
2525
"""
2626
return '.'.join(map(str, VERSION))
2727

0 commit comments

Comments
 (0)