Bump version: 0.10.0rc12 → 0.10.0rc13

This commit is contained in:
Alex Grintsvayg 2017-04-21 15:37:42 -04:00
parent ce40efa6cb
commit 73ee5786e2
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.10.0rc12 current_version = 0.10.0rc13
commit = True commit = True
tag = True tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))? parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?

View file

@ -1,6 +1,6 @@
import logging import logging
__version__ = "0.10.0rc12" __version__ = "0.10.0rc13"
version = tuple(__version__.split('.')) version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler()) logging.getLogger(__name__).addHandler(logging.NullHandler())