Skip to content

Commit fcf8c68

Browse files
committed
docs: prep for 7.13.4
1 parent 189ecfd commit fcf8c68

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

CHANGES.rst

Lines changed: 6 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-13-4:
26+
27+
Version 7.13.4 — 2026-02-09
28+
---------------------------
2529

2630
- Fix: the third-party code fix in 7.13.3 required examining the parent
2731
directories where coverage was run. In the unusual situation that one of the
@@ -39,8 +43,6 @@ Unreleased
3943
.. _pull 2130: https://github.com/coveragepy/coveragepy/pull/2130
4044

4145

42-
.. start-releases
43-
4446
.. _changes_7-13-3:
4547

4648
Version 7.13.3 — 2026-02-03

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, 13, 4, "alpha", 0)
12-
_dev = 1
11+
version_info = (7, 13, 4, "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–2026, Ned Batchelder" # pylint: disable=redefined-builtin
7070
# The short X.Y.Z version.
71-
version = "7.13.3"
71+
version = "7.13.4"
7272
# The full version, including alpha/beta/rc tags.
73-
release = "7.13.3"
73+
release = "7.13.4"
7474
# The date of release, in "monthname day, year" format.
75-
release_date = "February 3, 2026"
75+
release_date = "February 9, 2026"
7676
# @@@ end
7777

7878
rst_epilog = f"""

0 commit comments

Comments
 (0)