Skip to content

Commit

Permalink
Merge pull request #1960 from bagerard/bump_version_0_16_2
Browse files Browse the repository at this point in the history
bump version to 0.16.2
  • Loading branch information
bagerard authored Nov 21, 2018
2 parents 220513a + 1894003 commit bdd6041
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, 16, 1)
VERSION = (0, 16, 2)


def get_version():
Expand Down

0 comments on commit bdd6041

Please sign in to comment.