Skip to content

Commit

Permalink
bump version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-bagerard committed Nov 3, 2018
1 parent 424b3ca commit 17fa9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
list(signals.__all__) + list(errors.__all__))


VERSION = (0, 15, 3)
VERSION = (0, 16, 0)


def get_version():
Expand Down

0 comments on commit 17fa9a3

Please sign in to comment.