Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcikstefan committed Feb 16, 2017
1 parent 5c947c7 commit c2dccce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flask_mongoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
from .wtf import WtfBaseField


VERSION = (0, 9, 1)
VERSION = (0, 9, 2)


def get_version():
"""Return the VERSION as a string, e.g. for VERSION == (0, 9, 1),
return '0.9.1'.
"""Return the VERSION as a string, e.g. for VERSION == (0, 9, 2),
return '0.9.2'.
"""
return '.'.join(map(str, VERSION))

Expand Down

0 comments on commit c2dccce

Please sign in to comment.