Skip to content

Commit fcc60e0

Browse files
committed
Bump version: 5.0.1 → 5.1.0
1 parent 8dfeeec commit fcc60e0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.1
2+
current_version = 5.1.0
33
commit = True
44
tag = True
55

.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ default_context:
4040
sphinx_theme: furo
4141
test_matrix_separate_coverage: 'yes'
4242
tests_inside_package: 'no'
43-
version: 5.0.1
43+
version: 5.1.0
4444
version_manager: bump2version
4545
website: http://blog.ionelmc.ro
4646
year_from: '2014'

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Overview
4848
:alt: Supported implementations
4949
:target: https://pypi.org/project/pytest-benchmark
5050

51-
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/pytest-benchmark/v5.0.1.svg
51+
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/pytest-benchmark/v5.1.0.svg
5252
:alt: Commits since latest release
53-
:target: https://github.com/ionelmc/pytest-benchmark/compare/v5.0.1...main
53+
:target: https://github.com/ionelmc/pytest-benchmark/compare/v5.1.0...main
5454

5555

5656

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
year = '2014-2023'
1616
author = 'Ionel Cristian Mărieș'
1717
copyright = f'{year}, {author}'
18-
version = release = '5.0.1'
18+
version = release = '5.1.0'
1919

2020
pygments_style = 'trac'
2121
templates_path = ['.']

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(*names, **kwargs):
1313

1414
setup(
1515
name='pytest-benchmark',
16-
version='5.0.1',
16+
version='5.1.0',
1717
license='BSD-2-Clause',
1818
description='A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer.',
1919
long_description='{}\n{}'.format(

src/pytest_benchmark/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '5.0.1'
1+
__version__ = '5.1.0'

0 commit comments

Comments
 (0)