Skip to content

Commit 224d896

Browse files
committed
Bump version: 6.3.0 → 7.0.0
1 parent 73424e3 commit 224d896

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 6.3.0
2+
current_version = 7.0.0
33
commit = True
44
tag = True
55

.cookiecutterrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ default_context:
4040
sphinx_doctest: 'no'
4141
sphinx_theme: sphinx-py3doc-enhanced-theme
4242
test_matrix_separate_coverage: 'no'
43-
version: 6.3.0
43+
version: 7.0.0
4444
version_manager: bump2version
4545
website: http://blog.ionelmc.ro
4646
year_from: '2010'

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Overview
4040
:alt: Supported implementations
4141
:target: https://pypi.org/project/pytest-cov
4242

43-
.. |commits-since| image:: https://img.shields.io/github/commits-since/pytest-dev/pytest-cov/v6.3.0.svg
43+
.. |commits-since| image:: https://img.shields.io/github/commits-since/pytest-dev/pytest-cov/v7.0.0.svg
4444
:alt: Commits since latest release
45-
:target: https://github.com/pytest-dev/pytest-cov/compare/v6.3.0...master
45+
:target: https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...master
4646

4747
.. end-badges
4848

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
year = '2010-2024'
2222
author = 'pytest-cov contributors'
2323
copyright = f'{year}, {author}'
24-
version = release = '6.3.0'
24+
version = release = '7.0.0'
2525

2626
pygments_style = 'trac'
2727
templates_path = ['.']

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "pytest-cov"
77
dynamic = ["readme"]
8-
version = "6.3.0"
8+
version = "7.0.0"
99
description = "Pytest plugin for measuring coverage."
1010
license = "MIT"
1111
requires-python = ">=3.9"

src/pytest_cov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""pytest-cov: avoid already-imported warning: PYTEST_DONT_REWRITE."""
22

3-
__version__ = '6.3.0'
3+
__version__ = '7.0.0'
44

55
import pytest
66

0 commit comments

Comments
 (0)