From afa4caf57c88228ab1a06b3f75b743a97da624c8 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 23 May 2023 20:53:33 -0400 Subject: [PATCH] docs: prep for 7.2.6 --- 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 ec7142195..47e26a205 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-2-6: + +Version 7.2.6 — 2023-05-23 +-------------------------- - Fix: the ``lcov`` command could raise an IndexError exception if a file is translated to Python but then executed under its own name. Jinja2 does this @@ -36,8 +40,6 @@ Unreleased .. _issue 1628: https://github.com/nedbat/coveragepy/issues/1628 -.. scriv-start-here - .. _changes_7-2-5: Version 7.2.5 — 2023-04-30 diff --git a/README.rst b/README.rst index 897f8801d..84e729422 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ Coverage.py runs on these versions of Python: .. PYVERSIONS -* CPython 3.7 through 3.12.0a7 +* CPython 3.7 through 3.12.0b1 * PyPy3 7.3.11. Documentation is on `Read the Docs`_. Code repository and issue tracker are on diff --git a/coverage/version.py b/coverage/version.py index 9747272e7..2818d356b 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, 2, 6, "alpha", 0) -_dev = 1 +version_info = (7, 2, 6, "final", 0) +_dev = 0 def _make_version( diff --git a/doc/conf.py b/doc/conf.py index fbd7e3f3a..2bcdf1fb8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -66,11 +66,11 @@ # @@@ editable copyright = "2009–2023, Ned Batchelder" # pylint: disable=redefined-builtin # The short X.Y.Z version. -version = "7.2.5" +version = "7.2.6" # The full version, including alpha/beta/rc tags. -release = "7.2.5" +release = "7.2.6" # The date of release, in "monthname day, year" format. -release_date = "April 30, 2023" +release_date = "May 23, 2023" # @@@ end rst_epilog = """ diff --git a/doc/index.rst b/doc/index.rst index 2420aa6f8..2475eb402 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,7 +18,7 @@ supported on: .. PYVERSIONS -* Python versions 3.7 through 3.12.0a7. +* Python versions 3.7 through 3.12.0b1. * PyPy3 7.3.11. .. ifconfig:: prerelease