Merge pull request #1967 from erdenezul/bump_version_16_3

bump version 0.16.3
This commit is contained in:
erdenezul 2018-12-06 21:56:31 +08:00 committed by GitHub
commit cf54d6d6f8
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, 2)
VERSION = (0, 16, 3)
def get_version():