v0.14.1 version bump + updated changelog

This commit is contained in:
Stefan Wojcik
2017-10-01 16:32:02 -04:00
parent 091a02f737
commit 01526a7b37
2 changed files with 10 additions and 2 deletions

View File

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