diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2023-03-16 07:52:16 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-03-16 08:13:40 -0400 |
commit | 4192f8b6a431f98c26c9e9f70aacdc06c646ef8f (patch) | |
tree | aaf1709266e23a58003b58ceefa95780a593e43a /doc | |
parent | 021a99f3f50eca77abb85e2f25f26af65ad06128 (diff) | |
download | python-coveragepy-git-4192f8b6a431f98c26c9e9f70aacdc06c646ef8f.tar.gz |
docs: prep for 7.2.2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 6 | ||||
-rw-r--r-- | doc/index.rst | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py index 13c8d928..59907127 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -67,11 +67,11 @@ project = 'Coverage.py' # @@@ editable copyright = "2009–2023, Ned Batchelder" # pylint: disable=redefined-builtin # The short X.Y.Z version. -version = "7.2.1" +version = "7.2.2" # The full version, including alpha/beta/rc tags. -release = "7.2.1" +release = "7.2.2" # The date of release, in "monthname day, year" format. -release_date = "February 26, 2023" +release_date = "March 16, 2023" # @@@ end rst_epilog = """ diff --git a/doc/index.rst b/doc/index.rst index e416bb65..e5ac5a0a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,7 +18,7 @@ supported on: .. PYVERSIONS -* Python versions 3.7 through 3.12.0a5. +* Python versions 3.7 through 3.12.0a6. * PyPy3 7.3.11. .. ifconfig:: prerelease |