diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 6 | ||||
-rw-r--r-- | doc/index.rst | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/conf.py b/doc/conf.py index 2ca98911..a5c1d02b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -64,11 +64,11 @@ copyright = '2009\N{EN DASH}2022, Ned Batchelder' # CHANGEME # pylint: di # built documents. # # The short X.Y version. -version = "6.3.1" # CHANGEME +version = "6.3.2" # CHANGEME # The full version, including alpha/beta/rc tags. -release = "6.3.1" # CHANGEME +release = "6.3.2" # CHANGEME # The date of release, in "monthname day, year" format. -release_date = "February 1, 2022" # CHANGEME +release_date = "February 20, 2022" # CHANGEME rst_epilog = """ .. |release_date| replace:: {release_date} diff --git a/doc/index.rst b/doc/index.rst index c7e44deb..7b9c94e2 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -20,12 +20,12 @@ supported on: * Python versions 3.7 through 3.11.0a4. -* PyPy3 7.3.7. +* PyPy3 7.3.8. .. ifconfig:: prerelease **This is a pre-release build. The usual warnings about possible bugs - apply.** The latest stable version is coverage.py 6.3.1, `described here`_. + apply.** The latest stable version is coverage.py 6.3.2, `described here`_. .. _described here: http://coverage.readthedocs.io/ |