Skip to content

Commit

Permalink
Bump version to v0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcikstefan committed Jun 25, 2019
1 parent 1ead7f9 commit af292b0
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, 18, 1)
VERSION = (0, 18, 2)


def get_version():
Expand Down

0 comments on commit af292b0

Please sign in to comment.