Skip to content

Commit e1aa151

Browse files
committed
docs: prep for 7.11.1
1 parent ef686cf commit e1aa151

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

CHANGES.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ upgrading your version of coverage.py.
2020
.. Version 9.8.1 — 2027-07-27
2121
.. --------------------------
2222
23-
Unreleased
24-
----------
23+
.. start-releases
24+
25+
.. _changes_7-11-1:
26+
27+
Version 7.11.1 — 2025-11-07
28+
---------------------------
2529

2630
- Fix: if the measurement core defaults to "sysmon" (the default for Python
2731
3.14+ since v7.9.1), but sysmon can't support some aspect of your
@@ -47,13 +51,14 @@ Unreleased
4751
debug <cmd_debug>` and :ref:`cmd_run_debug` options since it's bulky and not
4852
very useful.
4953

54+
- Updated the :ref:`howitworks` page to better describe the three different
55+
measurement cores.
56+
5057
.. _issue 1420: https://github.com/nedbat/coveragepy/issues/1420
5158
.. _issue 2064: https://github.com/nedbat/coveragepy/issues/2064
5259
.. _issue 2070: https://github.com/nedbat/coveragepy/issues/2070
5360

5461

55-
.. start-releases
56-
5762
.. _changes_7-11-0:
5863

5964
Version 7.11.0 — 2025-10-15

coverage/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
# version_info: same semantics as sys.version_info.
1010
# _dev: the .devN suffix if any.
11-
version_info = (7, 11, 1, "alpha", 0)
12-
_dev = 1
11+
version_info = (7, 11, 1, "final", 0)
12+
_dev = 0
1313

1414

1515
def _make_version(

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@
6868
# @@@ editable
6969
copyright = "2009–2025, Ned Batchelder" # pylint: disable=redefined-builtin
7070
# The short X.Y.Z version.
71-
version = "7.11.0"
71+
version = "7.11.1"
7272
# The full version, including alpha/beta/rc tags.
73-
release = "7.11.0"
73+
release = "7.11.1"
7474
# The date of release, in "monthname day, year" format.
75-
release_date = "October 15, 2025"
75+
release_date = "November 7, 2025"
7676
# @@@ end
7777

7878
rst_epilog = f"""

0 commit comments

Comments
 (0)