Skip to content

Commit 79c66c0

Browse files
committed
build: next version will be 7.0
1 parent 9fa5872 commit 79c66c0

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ development at the same time, such as 4.5.x and 5.0.
2020
Unreleased
2121
----------
2222

23+
(Also see the changes for `6.6.0b1 <changes_6-6-0b1_>`_, since 6.6.0 was never
24+
released.)
25+
2326
- Text reporting with ``coverage report`` now has a ``--format=`` option.
2427
The original style (``--format=text``) is the default.
2528

@@ -75,6 +78,8 @@ Unreleased
7578
Version 6.6.0b1 — 2022-10-31
7679
----------------------------
7780

81+
(Note: 6.6.0 final was never released. These changes are part of 7.0.0.)
82+
7883
- Changes to file pattern matching, which might require updating your
7984
configuration:
8085

coverage/control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ def report(
996996
.. versionadded:: 5.2
997997
The `precision` parameter.
998998
999-
.. versionadded:: 6.6
999+
.. versionadded:: 7.0
10001000
The `format` parameter.
10011001
10021002
"""

coverage/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# version_info: same semantics as sys.version_info.
88
# _dev: the .devN suffix if any.
9-
version_info = (6, 6, 0, "beta", 2)
9+
version_info = (7, 0, 0, "alpha", 0)
1010
_dev = 0
1111

1212

doc/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ namespace packages`_, and are ususally skipped.
425425

426426
.. _implicit namespace packages: https://peps.python.org/pep-0420/
427427

428-
.. versionadded:: 6.6
428+
.. versionadded:: 7.0
429429

430430

431431
.. _config_report_omit:

0 commit comments

Comments
 (0)