Bump version to 0.15.0

This commit is contained in:
Emmanuel Leblond 2017-11-06 14:39:10 +01:00
parent b6168898ec
commit ea25972257
No known key found for this signature in database
GPG Key ID: C360860E645EFFC0

View File

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