From 52b5680543d5da45b1bb0356d7538724acebd237 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 18 Dec 2022 15:27:17 -0500 Subject: docs: prep for 7.0.0 --- doc/conf.py | 4 ++-- doc/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 3e949059..9947759d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -67,9 +67,9 @@ copyright = "2009–2022, Ned Batchelder" # pylint: disable=redefined-builtin # The short X.Y.Z version. version = "7.0.0" # The full version, including alpha/beta/rc tags. -release = "7.0.0b1" +release = "7.0.0" # The date of release, in "monthname day, year" format. -release_date = "December 3, 2022" +release_date = "December 18, 2022" # @@@ end rst_epilog = """ diff --git a/doc/index.rst b/doc/index.rst index 8498cb89..4de74637 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,7 +18,7 @@ supported on: .. PYVERSIONS -* Python versions 3.7 through 3.12.0a2. +* Python versions 3.7 through 3.12.0a3. * PyPy3 7.3.9. .. ifconfig:: prerelease -- cgit v1.2.1