diff --git a/CHANGES.rst b/CHANGES.rst index 81e4fbb19..6deb2074d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,15 +20,18 @@ upgrading your version of coverage.py. .. Version 9.8.1 — 2027-07-27 .. -------------------------- -Unreleased ----------- +.. scriv-start-here + +.. _changes_7-4-3: + +Version 7.4.3 — 2024-02-23 +-------------------------- - Fix: in some cases, coverage could fail with a RuntimeError: "Set changed size during iteration." This is now fixed, closing `issue 1733`_. .. _issue 1733: https://github.com/nedbat/coveragepy/issues/1733 -.. scriv-start-here .. _changes_7-4-2: diff --git a/coverage/version.py b/coverage/version.py index 98ad815a0..73db1316a 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, 4, 3, "alpha", 0) -_dev = 1 +version_info = (7, 4, 3, "final", 0) +_dev = 0 def _make_version( diff --git a/doc/conf.py b/doc/conf.py index 18c5a3c70..4e5150973 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -67,11 +67,11 @@ # @@@ editable copyright = "2009–2024, Ned Batchelder" # pylint: disable=redefined-builtin # The short X.Y.Z version. -version = "7.4.2" +version = "7.4.3" # The full version, including alpha/beta/rc tags. -release = "7.4.2" +release = "7.4.3" # The date of release, in "monthname day, year" format. -release_date = "February 20, 2024" +release_date = "February 23, 2024" # @@@ end rst_epilog = """