Skip to content

Commit b857483

Browse files
committed
Bump version: 5.2.2 → 5.2.3
1 parent 7f5abf9 commit b857483

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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.2
2+
current_version = 5.2.3
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.2
43+
version: 5.2.3
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
@@ -38,9 +38,9 @@ Overview
3838
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/pytest-benchmark.svg
3939
:alt: Supported implementations
4040
:target: https://pypi.org/project/pytest-benchmark
41-
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/pytest-benchmark/v5.2.2.svg
41+
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/pytest-benchmark/v5.2.3.svg
4242
:alt: Commits since latest release
43-
:target: https://github.com/ionelmc/pytest-benchmark/compare/v5.2.2...master
43+
:target: https://github.com/ionelmc/pytest-benchmark/compare/v5.2.3...master
4444

4545
A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen
4646
timer.

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.2'
18+
version = release = '5.2.3'
1919

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dynamic = [
1212
"readme",
1313
]
1414
name = "pytest-benchmark"
15-
version = "5.2.2"
15+
version = "5.2.3"
1616
license = "BSD-2-Clause"
1717
license-files = ["LICENSE"]
1818
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.2'
6+
__version__ = '5.2.3'

0 commit comments

Comments
 (0)