File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.2.2
2+ current_version = 5.2.3
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.2.2
43+ version: 5.2.3
4444 version_manager: bump2version
4545 website: http://blog.ionelmc.ro
4646 year_from: '2014'
Original file line number Diff line number Diff 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
4545A ``pytest `` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen
4646timer.
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.2.2 '
18+ version = release = '5.2.3 '
1919
2020pygments_style = 'trac'
2121templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dynamic = [
1212 " readme" ,
1313]
1414name = " pytest-benchmark"
15- version = " 5.2.2 "
15+ version = " 5.2.3 "
1616license = " BSD-2-Clause"
1717license-files = [" LICENSE" ]
1818description = " 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 33 PYTEST_DONT_REWRITE
44"""
55
6- __version__ = '5.2.2 '
6+ __version__ = '5.2.3 '
You can’t perform that action at this time.
0 commit comments