diff options
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 4227dcb2..67e09307 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -68,9 +68,9 @@ copyright = u'2009\N{EN DASH}2020, Ned Batchelder.' # CHANGEME # pylint: di # The short X.Y version. version = '5.0' # CHANGEME # The full version, including alpha/beta/rc tags. -release = '5.0.3' # CHANGEME +release = '5.0.4' # CHANGEME # The date of release, in "monthname day, year" format. -release_date = 'January 12, 2020' # CHANGEME +release_date = 'March 16, 2020' # CHANGEME rst_epilog = """ .. |release_date| replace:: {release_date} diff --git a/doc/index.rst b/doc/index.rst index afc4e1bc..36e024a0 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,7 +18,7 @@ supported on: * Python versions 2.7, 3.5, 3.6, 3.7, 3.8, and 3.9 alpha. -* PyPy2 7.2.0 and PyPy3 7.2.0. +* PyPy2 7.3.0 and PyPy3 7.3.0. .. ifconfig:: prerelease |