Skip to content

Commit d34bf73

Browse files
committed
Bump version: 5.2.1 → 5.2.2
1 parent cf2ac34 commit d34bf73

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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 = 5.2.1
2+
current_version = 5.2.2
33
commit = True
44
tag = True
55

.cookiecutterrc

Lines changed: 1 addition & 1 deletion
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.2.1
43+
version: 5.2.2
4444
version_manager: bump2version
4545
website: http://blog.ionelmc.ro
4646
year_from: '2014'

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Overview
4040
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/pytest-benchmark.svg
4141
:alt: Supported implementations
4242
:target: https://pypi.org/project/pytest-benchmark
43-
.. |commits-since| image:: https://img.shields.io/github.amrom.workers.devmits-since/ionelmc/pytest-benchmark/v5.2.1.svg
43+
.. |commits-since| image:: https://img.shields.io/github.amrom.workers.devmits-since/ionelmc/pytest-benchmark/v5.2.2.svg
4444
:alt: Commits since latest release
45-
:target: https://github.com/ionelmc/pytest-benchmark/compare/v5.2.1...master
45+
:target: https://github.com/ionelmc/pytest-benchmark/compare/v5.2.2...master
4646

4747
.. end-badges
4848

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
year = '2014-2025'
1616
author = 'Ionel Cristian Mărieș'
1717
copyright = f'{year}, {author}'
18-
version = release = '5.2.1'
18+
version = release = '5.2.2'
1919

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dynamic = [
99
"readme",
1010
]
1111
name = "pytest-benchmark"
12-
version = "5.2.1"
12+
version = "5.2.2"
1313
license = "BSD-2-Clause"
1414
license-files = ["LICENSE"]
1515
description = "A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer."

src/pytest_benchmark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
PYTEST_DONT_REWRITE
44
"""
55

6-
__version__ = '5.2.1'
6+
__version__ = '5.2.2'

0 commit comments

Comments
 (0)