bump version 0.16.3

This commit is contained in:
Erdenezul Batmunkh 2018-12-06 16:22:00 +08:00
parent d88d40cc08
commit a03fe234d0

View File

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