From ffd954f780211fd4debfe4980a5e0eac12d9390d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 2 Oct 2023 11:43:52 -0400 Subject: [PATCH] docs: prep for 7.3.2 --- CHANGES.rst | 10 ++++++---- README.rst | 2 +- coverage/version.py | 4 ++-- doc/conf.py | 6 +++--- doc/index.rst | 2 +- 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 520a8863e..f63a6e0c6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,8 +17,12 @@ development at the same time, such as 4.5.x and 5.0. .. Version 9.8.1 — 2027-07-27 .. -------------------------- -Unreleased ----------- +.. scriv-start-here + +.. _changes_7-3-2: + +Version 7.3.2 — 2023-10-02 +-------------------------- - The ``coverage lcov`` command ignored the ``[report] exclude_lines`` and ``[report] exclude_also`` settings (`issue 1684`_). This is now fixed, @@ -44,8 +48,6 @@ Unreleased .. _88054: https://github.com/python/cpython/issues/88054 -.. scriv-start-here - .. _changes_7-3-1: Version 7.3.1 — 2023-09-06 diff --git a/README.rst b/README.rst index 6336f75ba..b04848652 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ Coverage.py runs on these versions of Python: .. PYVERSIONS -* CPython 3.8 through 3.12.0rc1 +* CPython 3.8 through 3.12. * PyPy3 versions 3.8 through 3.10. Documentation is on `Read the Docs`_. Code repository and issue tracker are on diff --git a/coverage/version.py b/coverage/version.py index dbb7da042..0593e6452 100644 --- a/coverage/version.py +++ b/coverage/version.py @@ -8,8 +8,8 @@ # version_info: same semantics as sys.version_info. # _dev: the .devN suffix if any. -version_info = (7, 3, 2, "alpha", 0) -_dev = 1 +version_info = (7, 3, 2, "final", 0) +_dev = 0 def _make_version( diff --git a/doc/conf.py b/doc/conf.py index 50333ee27..8096cf9b0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -67,11 +67,11 @@ # @@@ editable copyright = "2009–2023, Ned Batchelder" # pylint: disable=redefined-builtin # The short X.Y.Z version. -version = "7.3.1" +version = "7.3.2" # The full version, including alpha/beta/rc tags. -release = "7.3.1" +release = "7.3.2" # The date of release, in "monthname day, year" format. -release_date = "September 6, 2023" +release_date = "October 2, 2023" # @@@ end rst_epilog = """ diff --git a/doc/index.rst b/doc/index.rst index 376ef4588..9e73099a1 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,7 +18,7 @@ supported on: .. PYVERSIONS -* Python versions 3.8 through 3.12.0rc1. +* Python versions 3.8 through 3.12. * PyPy3 versions 3.8 through 3.10. .. ifconfig:: prerelease