File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 6.3 .0
2
+ current_version = 7.0 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ default_context:
40
40
sphinx_doctest: 'no'
41
41
sphinx_theme: sphinx-py3doc-enhanced-theme
42
42
test_matrix_separate_coverage: 'no'
43
- version: 6.3 .0
43
+ version: 7.0 .0
44
44
version_manager: bump2version
45
45
website: http://blog.ionelmc.ro
46
46
year_from: '2010'
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ Overview
40
40
:alt: Supported implementations
41
41
:target: https://pypi.org/project/pytest-cov
42
42
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
44
44
: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
46
46
47
47
.. end-badges
48
48
Original file line number Diff line number Diff line change 21
21
year = '2010-2024'
22
22
author = 'pytest-cov contributors'
23
23
copyright = f'{ year } , { author } '
24
- version = release = '6.3 .0'
24
+ version = release = '7.0 .0'
25
25
26
26
pygments_style = 'trac'
27
27
templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
5
[project ]
6
6
name = " pytest-cov"
7
7
dynamic = [" readme" ]
8
- version = " 6.3 .0"
8
+ version = " 7.0 .0"
9
9
description = " Pytest plugin for measuring coverage."
10
10
license = " MIT"
11
11
requires-python = " >=3.9"
Original file line number Diff line number Diff line change 1
1
"""pytest-cov: avoid already-imported warning: PYTEST_DONT_REWRITE."""
2
2
3
- __version__ = '6.3 .0'
3
+ __version__ = '7.0 .0'
4
4
5
5
import pytest
6
6
You can’t perform that action at this time.
0 commit comments