From 3d4c9408518b7f18c57d03da9eae503335675b5c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 14 Dec 2023 06:25:53 -0500 Subject: [PATCH] docs: prep for 7.3.3 --- CHANGES.rst | 10 ++++++---- coverage/version.py | 4 ++-- doc/conf.py | 6 +++--- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index fee8b3958..9a5dd3bd2 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-3: + +Version 7.3.3 — 2023-12-14 +-------------------------- - Fix: function definitions with multi-line signatures can now be excluded by matching any of the lines, closing `issue 684`_. Thanks, `Jan Rusak, @@ -43,8 +47,6 @@ Unreleased .. _issue 1709: https://github.com/nedbat/coveragepy/issues/1709 -.. scriv-start-here - .. _changes_7-3-2: Version 7.3.2 — 2023-10-02 diff --git a/coverage/version.py b/coverage/version.py index 532d8f4fa..c386ea5f3 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, 3, "alpha", 0) -_dev = 1 +version_info = (7, 3, 3, "final", 0) +_dev = 0 def _make_version( diff --git a/doc/conf.py b/doc/conf.py index eb5c7658c..1360514b6 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.2" +version = "7.3.3" # The full version, including alpha/beta/rc tags. -release = "7.3.2" +release = "7.3.3" # The date of release, in "monthname day, year" format. -release_date = "October 2, 2023" +release_date = "December 14, 2023" # @@@ end rst_epilog = """