Bump version: 3.2.3 → 3.3.0

This commit is contained in:
Cosimo Lupo 2016-12-06 15:44:58 +00:00
parent af18936984
commit 162cf8936a
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.3" __version__ = "3.3.0"
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.3 current_version = 3.3.0
commit = True commit = True
tag = True tag = True
tag_name = {new_version} tag_name = {new_version}