update the changelog and bump the version to v0.12.0

This commit is contained in:
Stefan Wojcik
2017-04-07 10:18:39 -04:00
parent 972ac73dd9
commit 888a6da4a5
3 changed files with 15 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, 11, 0)
VERSION = (0, 12, 0)
def get_version():