Merge pull request #1960 from bagerard/bump_version_0_16_2

bump version to 0.16.2
This commit is contained in:
Bastien Gérard 2018-11-21 13:45:13 +01:00 committed by GitHub
commit bdd6041a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ __all__ = (list(document.__all__) + list(fields.__all__) +
list(signals.__all__) + list(errors.__all__))
VERSION = (0, 16, 1)
VERSION = (0, 16, 2)
def get_version():