diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-18 15:27:17 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-18 15:27:17 -0500 |
| commit | 52b5680543d5da45b1bb0356d7538724acebd237 (patch) | |
| tree | 80edb8c15267a921cdbbb638630da9f83834bb7e /doc | |
| parent | be5f556a2fef3921b9173d3ccf1b3f3220c795ec (diff) | |
| download | python-coveragepy-git-52b5680543d5da45b1bb0356d7538724acebd237.tar.gz | |
docs: prep for 7.0.0
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/conf.py | 4 | ||||
| -rw-r--r-- | doc/index.rst | 2 |
2 files changed, 3 insertions, 3 deletions
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 |
