Bump version: 3.2.0 → 3.2.1

This commit is contained in:
Cosimo Lupo 2016-11-03 14:17:22 +00:00
parent c66a2bc327
commit 6e0b952441
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ log = logging.getLogger(__name__)
v = get_versions()
if v["error"]:
__import__('warnings').warn("versioneer: %s" % v['error'], RuntimeWarning)
__version__ = "3.2.0"
__version__ = "3.2.1"
else:
__version__ = v['version']
del get_versions, v

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2.0
current_version = 3.2.1
commit = True
tag = True
tag_name = {new_version}