Bump version number and update changelog for 0.18.1

This commit is contained in:
Bastien Gérard
2019-06-17 22:36:54 +02:00
parent 7fac0ef961
commit 63c9135184
2 changed files with 7 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, 18, 0)
VERSION = (0, 18, 1)
def get_version():