diff --git a/CHANGES.rst b/CHANGES.rst index 97d2654b2..98f263de7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,8 +20,12 @@ upgrading your version of coverage.py. .. Version 9.8.1 — 2027-07-27 .. -------------------------- -Unreleased ----------- +.. scriv-start-here + +.. _changes_7-5-1: + +Version 7.5.1 — 2024-05-04 +-------------------------- - Fix: a pragma comment on the continuation lines of a multi-line statement now excludes the statement and its body, the same as if the pragma is @@ -54,8 +58,6 @@ Unreleased .. _issue 1774: https://github.com/nedbat/coveragepy/issues/1774 -.. scriv-start-here - .. _changes_7-5-0: Version 7.5.0 — 2024-04-23 diff --git a/coverage/version.py b/coverage/version.py index c7a216345..e38ac9e75 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, 5, 1, "alpha", 0) -_dev = 1 +version_info = (7, 5, 1, "final", 0) +_dev = 0 def _make_version( diff --git a/doc/conf.py b/doc/conf.py index e42b8f28c..9f718b548 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.5.0" +version = "7.5.1" # The full version, including alpha/beta/rc tags. -release = "7.5.0" +release = "7.5.1" # The date of release, in "monthname day, year" format. -release_date = "April 23, 2024" +release_date = "May 4, 2024" # @@@ end rst_epilog = f"""