diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 12 | ||||
-rw-r--r-- | doc/index.rst | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/conf.py b/doc/conf.py index 07e6f302..87aa6f34 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -63,12 +63,12 @@ copyright = '2009\N{EN DASH}2022, Ned Batchelder' # CHANGEME # pylint: di # |version| and |release|, also used in various other places throughout the # built documents. # -# The short X.Y version. -version = "6.4" # CHANGEME -# The full version, including alpha/beta/rc tags. -release = "6.4" # CHANGEME -# The date of release, in "monthname day, year" format. -release_date = "May 22, 2022" # CHANGEME +# The short X.Y.Z version. # CHANGEME +version = "6.4.1" +# The full version, including alpha/beta/rc tags. # CHANGEME +release = "6.4.1" +# The date of release, in "monthname day, year" format. # CHANGEME +release_date = "June 2, 2022" rst_epilog = """ .. |release_date| replace:: {release_date} diff --git a/doc/index.rst b/doc/index.rst index d9608954..ad4f6f51 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,7 +18,7 @@ supported on: .. PYVERSIONS -* Python versions 3.7 through 3.11.0b1. +* Python versions 3.7 through 3.11.0b3. * PyPy3 7.3.8. |