File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.1 .0
2+ current_version = 5.2 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff 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.1 .0
43+ version: 5.2 .0
4444 version_manager: bump2version
4545 website: http://blog.ionelmc.ro
4646 year_from: '2014'
Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- 5.2.0 (2025-10-29 )
5+ 5.2.0 (2025-10-30 )
66------------------
77
88* Added support for a per-round ``teardown `` function to pedantic mode.
Original file line number Diff line number Diff 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/commits-since/ionelmc/pytest-benchmark/v5.1 .0.svg
43+ .. |commits-since | image :: https://img.shields.io/github/commits-since/ionelmc/pytest-benchmark/v5.2 .0.svg
4444 :alt: Commits since latest release
45- :target: https://github.com/ionelmc/pytest-benchmark/compare/v5.1 .0...master
45+ :target: https://github.com/ionelmc/pytest-benchmark/compare/v5.2 .0...master
4646
4747.. end-badges
4848
Original file line number Diff line number Diff line change 1515year = '2014-2025'
1616author = 'Ionel Cristian Mărieș'
1717copyright = f'{ year } , { author } '
18- version = release = '5.1 .0'
18+ version = release = '5.2 .0'
1919
2020pygments_style = 'trac'
2121templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dynamic = [
99 " readme" ,
1010]
1111name = " pytest-benchmark"
12- version = " 5.1 .0"
12+ version = " 5.2 .0"
1313license = " BSD-2-Clause"
1414license-files = [" LICENSE" ]
1515description = " A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer."
Original file line number Diff line number Diff line change 1- __version__ = '5.1 .0'
1+ __version__ = '5.2 .0'
You can’t perform that action at this time.
0 commit comments