Skip to content

Commit

Permalink
Bump version: 3.0.0b1 → 3.0.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Oct 17, 2015
1 parent d6fef22 commit 0827ee2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Expand Up @@ -3,7 +3,7 @@ parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<pre>.*)
serialize =
{major}.{minor}.{patch}{pre}
{major}.{minor}.{patch}
current_version = 3.0.0b1
current_version = 3.0.0b2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -24,7 +24,7 @@
year = '2014-2015'
author = 'Ionel Cristian Mărieș'
copyright = '{0}, {1}'.format(year, author)
version = release = '3.0.0b1'
version = release = '3.0.0b2'
html_theme = "sphinx_py3doc_enhanced_theme"

pygments_style = 'trac'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name='pytest-benchmark',
version='3.0.0b1',
version='3.0.0b2',
license='BSD',
description='A ``py.test`` fixture for benchmarking code.',
long_description='%s\n%s' % (read('README.rst'), re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))),
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_benchmark/__init__.py
@@ -1 +1 @@
__version__ = "3.0.0b1"
__version__ = "3.0.0b2"

0 comments on commit 0827ee2

Please sign in to comment.