Skip to content

Commit b5bc6d4

Browse files
committed
docs: prep for 7.10.5
1 parent a5c18cc commit b5bc6d4

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

CHANGES.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,22 @@ 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-10-5:
26+
27+
Version 7.10.5 — 2025-08-23
28+
---------------------------
2529

26-
- Big speed improvements for ``coverage combine``: it now takes about half the
27-
time it used to! Huge thanks to Alex Gaynor for pull requests `2032
28-
<pull 2032_>`_, `2033 <pull 2033_>`_, and `2034 <pull 2034_>`_.
30+
- Big speed improvements for ``coverage combine``: it's now about twice as
31+
fast! Huge thanks to Alex Gaynor for pull requests `2032 <pull 2032_>`_,
32+
`2033 <pull 2033_>`_, and `2034 <pull 2034_>`_.
2933

3034
.. _pull 2032: https://github.com/nedbat/coveragepy/pull/2032
3135
.. _pull 2033: https://github.com/nedbat/coveragepy/pull/2033
3236
.. _pull 2034: https://github.com/nedbat/coveragepy/pull/2034
3337

3438

35-
.. start-releases
36-
3739
.. _changes_7-10-4:
3840

3941
Version 7.10.4 — 2025-08-16

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, 10, 5, "alpha", 0)
12-
_dev = 1
11+
version_info = (7, 10, 5, "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
@@ -67,11 +67,11 @@
6767
# @@@ editable
6868
copyright = "2009–2025, Ned Batchelder" # pylint: disable=redefined-builtin
6969
# The short X.Y.Z version.
70-
version = "7.10.4"
70+
version = "7.10.5"
7171
# The full version, including alpha/beta/rc tags.
72-
release = "7.10.4"
72+
release = "7.10.5"
7373
# The date of release, in "monthname day, year" format.
74-
release_date = "August 16, 2025"
74+
release_date = "August 23, 2025"
7575
# @@@ end
7676

7777
rst_epilog = f"""

0 commit comments

Comments
 (0)