Bump version: 3.2.2 → 3.2.3

This commit is contained in:
Cosimo Lupo 2016-12-02 10:19:36 +00:00
parent 3e03d6061e
commit 6775add8b0
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.2"
__version__ = "3.2.3"
else:
__version__ = v['version']
del get_versions, v

View File

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