Skip to content

Commit

Permalink
Bump version: 4.0.0 → 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Oct 28, 2024
1 parent 65fc262 commit 614df44
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.0
current_version = 5.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ default_context:
sphinx_theme: furo
test_matrix_separate_coverage: 'yes'
tests_inside_package: 'no'
version: 4.0.0
version: 5.0.0
version_manager: bump2version
website: http://blog.ionelmc.ro
year_from: '2014'
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Overview
:alt: Supported implementations
:target: https://pypi.org/project/pytest-benchmark

.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/pytest-benchmark/v4.0.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/pytest-benchmark/v5.0.0.svg
:alt: Commits since latest release
:target: https://github.com/ionelmc/pytest-benchmark/compare/v4.0.0...main
:target: https://github.com/ionelmc/pytest-benchmark/compare/v5.0.0...main



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
year = '2014-2023'
author = 'Ionel Cristian Mărieș'
copyright = f'{year}, {author}'
version = release = '4.0.0'
version = release = '5.0.0'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(*names, **kwargs):

setup(
name='pytest-benchmark',
version='4.0.0',
version='5.0.0',
license='BSD-2-Clause',
description='A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer.',
long_description='{}\n{}'.format(
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_benchmark/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.0.0'
__version__ = '5.0.0'

0 comments on commit 614df44

Please sign in to comment.