From 51b3e824ca54410bbd21a201b4b0ebd3b4ea70bf Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 29 May 2023 15:26:00 -0400 Subject: [PATCH] docs: prep for 7.2.7 --- CHANGES.rst | 12 ++++++++---- coverage/version.py | 4 ++-- doc/conf.py | 6 +++--- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 938f10da1..4b567d6dc 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-7: + +Version 7.2.7 — 2023-05-29 +-------------------------- - Fix: reverted a `change from 6.4.3 `_ that helped Cython, but also increased the size of data files when using dynamic contexts, as @@ -26,12 +30,12 @@ Unreleased recent change (`issue 1538`_). Thanks to `Anders Kaseorg `_ and David Szotten for persisting with problem reports and detailed diagnoses. +- Wheels are now provided for CPython 3.12. + .. _issue 1586: https://github.com/nedbat/coveragepy/issues/1586 .. _pull 1629: https://github.com/nedbat/coveragepy/pull/1629 -.. scriv-start-here - .. _changes_7-2-6: Version 7.2.6 — 2023-05-23 diff --git a/coverage/version.py b/coverage/version.py index 4cc389866..c48974967 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, 7, "alpha", 0) -_dev = 1 +version_info = (7, 2, 7, "final", 0) +_dev = 0 def _make_version( diff --git a/doc/conf.py b/doc/conf.py index 2bcdf1fb8..bee8c14b2 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.6" +version = "7.2.7" # The full version, including alpha/beta/rc tags. -release = "7.2.6" +release = "7.2.7" # The date of release, in "monthname day, year" format. -release_date = "May 23, 2023" +release_date = "May 29, 2023" # @@@ end rst_epilog = """