Skip to content

Commit 7ef2645

Browse files
committed
Bump version: 3.4.1 → 4.0.0
1 parent 910c9c8 commit 7ef2645

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.4.1
2+
current_version = 4.0.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Overview
5454
:alt: Supported implementations
5555
:target: https://pypi.org/project/pytest-benchmark
5656

57-
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/pytest-benchmark/v3.4.1.svg
57+
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/pytest-benchmark/v4.0.0.svg
5858
:alt: Commits since latest release
59-
:target: https://github.com/ionelmc/pytest-benchmark/compare/v3.4.1...main
59+
:target: https://github.com/ionelmc/pytest-benchmark/compare/v4.0.0...main
6060

6161

6262

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
year = '2014-2022'
2121
author = 'Ionel Cristian Mărieș'
2222
copyright = '{0}, {1}'.format(year, author)
23-
version = release = '3.4.1'
23+
version = release = '4.0.0'
2424

2525
pygments_style = 'trac'
2626
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(*names, **kwargs):
2020

2121
setup(
2222
name='pytest-benchmark',
23-
version='3.4.1',
23+
version='4.0.0',
2424
license='BSD-2-Clause',
2525
description='A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer.',
2626
long_description='{}\n{}'.format(

src/pytest_benchmark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.4.1'
1+
__version__ = '4.0.0'

0 commit comments

Comments
 (0)