bump version to 0.16.2

This commit is contained in:
Bastien Gérard 2018-11-21 12:37:42 +01:00
parent 220513ae42
commit 1894003f8a

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():