ver bump to v0.14.0 + changelog/upgrade docs update

This commit is contained in:
Stefan Wojcik
2017-05-08 00:12:26 -04:00
parent 3b88712402
commit e52603b4a7
3 changed files with 19 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, 13, 0)
VERSION = (0, 14, 0)
def get_version():