From 614df4481de431ddd61e3c7b521cfa67dba948be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Tue, 29 Oct 2024 01:59:33 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.0.0=20=E2=86=92=205.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .cookiecutterrc | 2 +- README.rst | 4 ++-- docs/conf.py | 2 +- setup.py | 2 +- src/pytest_benchmark/__init__.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b24ccb8..3863228 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.0 +current_version = 5.0.0 commit = True tag = True diff --git a/.cookiecutterrc b/.cookiecutterrc index 6326198..62dc781 100644 --- a/.cookiecutterrc +++ b/.cookiecutterrc @@ -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' diff --git a/README.rst b/README.rst index a64eeb7..ba26b68 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 7b092ee..84cb44e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = ['.'] diff --git a/setup.py b/setup.py index 181624e..a538494 100755 --- a/setup.py +++ b/setup.py @@ -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( diff --git a/src/pytest_benchmark/__init__.py b/src/pytest_benchmark/__init__.py index d6497a8..a0f6658 100644 --- a/src/pytest_benchmark/__init__.py +++ b/src/pytest_benchmark/__init__.py @@ -1 +1 @@ -__version__ = '4.0.0' +__version__ = '5.0.0'