Bump version: 3.2.1 → 3.2.2

This commit is contained in:
Cosimo Lupo 2016-11-24 17:19:58 +00:00
parent 403d05d822
commit 400e8e8dd0
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() v = get_versions()
if v["error"]: if v["error"]:
__import__('warnings').warn("versioneer: %s" % v['error'], RuntimeWarning) __import__('warnings').warn("versioneer: %s" % v['error'], RuntimeWarning)
__version__ = "3.2.1" __version__ = "3.2.2"
else: else:
__version__ = v['version'] __version__ = v['version']
del get_versions, v del get_versions, v

View File

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