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 11[bumpversion]
2- current_version = 6.3 .0
2+ current_version = 7.0 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2121year = '2010-2024'
2222author = 'pytest-cov contributors'
2323copyright = f'{ year } , { author } '
24- version = release = '6.3 .0'
24+ version = release = '7.0 .0'
2525
2626pygments_style = 'trac'
2727templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55[project ]
66name = " pytest-cov"
77dynamic = [" readme" ]
8- version = " 6.3 .0"
8+ version = " 7.0 .0"
99description = " Pytest plugin for measuring coverage."
1010license = " MIT"
1111requires-python = " >=3.9"
Original file line number Diff line number Diff line change 11"""pytest-cov: avoid already-imported warning: PYTEST_DONT_REWRITE."""
22
3- __version__ = '6.3 .0'
3+ __version__ = '7.0 .0'
44
55import pytest
66
You can’t perform that action at this time.
0 commit comments