Skip to content

Commit

Permalink
Bump version: 4.1.0 → 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Mar 24, 2024
1 parent 1181b06 commit 5295ce0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.1.0
current_version = 5.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .cookiecutterrc
Expand Up @@ -40,7 +40,7 @@ default_context:
sphinx_doctest: 'no'
sphinx_theme: sphinx-py3doc-enhanced-theme
test_matrix_separate_coverage: 'no'
version: 4.1.0
version: 5.0.0
version_manager: bump2version
website: http://blog.ionelmc.ro
year_from: '2010'
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -39,9 +39,9 @@ Overview
:alt: Supported implementations
:target: https://pypi.org/project/pytest-cov

.. |commits-since| image:: https://img.shields.io/github/commits-since/pytest-dev/pytest-cov/v4.1.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/pytest-dev/pytest-cov/v5.0.0.svg
:alt: Commits since latest release
:target: https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...master
:target: https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...master

.. end-badges
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -21,7 +21,7 @@
year = '2010-2024'
author = 'pytest-cov contributors'
copyright = f'{year}, {author}'
version = release = '4.1.0'
version = release = '5.0.0'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -77,7 +77,7 @@ def run(self):

setup(
name='pytest-cov',
version='4.1.0',
version='5.0.0',
license='MIT',
description='Pytest plugin for measuring coverage.',
long_description='{}\n{}'.format(read('README.rst'), re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))),
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_cov/__init__.py
@@ -1,3 +1,3 @@
"""pytest-cov: avoid already-imported warning: PYTEST_DONT_REWRITE."""

__version__ = '4.1.0'
__version__ = '5.0.0'

0 comments on commit 5295ce0

Please sign in to comment.