Bump version 0.17.0

This commit is contained in:
Erdenezul Batmunkh
2019-03-10 21:16:58 +08:00
parent 50ffa8014e
commit 7b4245c91c
2 changed files with 4 additions and 1 deletions

View File

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