bump version to v0.13.0 and fill in the changelog and the upgrade docs

This commit is contained in:
Stefan Wojcik
2017-04-16 14:08:42 -04:00
parent 466935e9a3
commit 824ec42005
3 changed files with 17 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, 12, 0)
VERSION = (0, 13, 0)
def get_version():