Skip to content

Commit ffd954f

Browse files
committed
docs: prep for 7.3.2
1 parent 1ea3907 commit ffd954f

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

CHANGES.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ development at the same time, such as 4.5.x and 5.0.
1717
.. Version 9.8.1 — 2027-07-27
1818
.. --------------------------
1919
20-
Unreleased
21-
----------
20+
.. scriv-start-here
21+
22+
.. _changes_7-3-2:
23+
24+
Version 7.3.2 — 2023-10-02
25+
--------------------------
2226

2327
- The ``coverage lcov`` command ignored the ``[report] exclude_lines`` and
2428
``[report] exclude_also`` settings (`issue 1684`_). This is now fixed,
@@ -44,8 +48,6 @@ Unreleased
4448
.. _88054: https://github.com/python/cpython/issues/88054
4549

4650

47-
.. scriv-start-here
48-
4951
.. _changes_7-3-1:
5052

5153
Version 7.3.1 — 2023-09-06

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Coverage.py runs on these versions of Python:
2525

2626
.. PYVERSIONS
2727
28-
* CPython 3.8 through 3.12.0rc1
28+
* CPython 3.8 through 3.12.
2929
* PyPy3 versions 3.8 through 3.10.
3030

3131
Documentation is on `Read the Docs`_. Code repository and issue tracker are on

coverage/version.py

+2-2
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, 3, 2, "alpha", 0)
12-
_dev = 1
11+
version_info = (7, 3, 2, "final", 0)
12+
_dev = 0
1313

1414

1515
def _make_version(

doc/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
# @@@ editable
6868
copyright = "2009–2023, Ned Batchelder" # pylint: disable=redefined-builtin
6969
# The short X.Y.Z version.
70-
version = "7.3.1"
70+
version = "7.3.2"
7171
# The full version, including alpha/beta/rc tags.
72-
release = "7.3.1"
72+
release = "7.3.2"
7373
# The date of release, in "monthname day, year" format.
74-
release_date = "September 6, 2023"
74+
release_date = "October 2, 2023"
7575
# @@@ end
7676

7777
rst_epilog = """

doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ supported on:
1818

1919
.. PYVERSIONS
2020
21-
* Python versions 3.8 through 3.12.0rc1.
21+
* Python versions 3.8 through 3.12.
2222
* PyPy3 versions 3.8 through 3.10.
2323

2424
.. ifconfig:: prerelease

0 commit comments

Comments
 (0)