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 d8c9742b..5cd47470 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -66,11 +66,11 @@ copyright = u'2009\N{EN DASH}2020, Ned Batchelder.' # CHANGEME # pylint: di # built documents. # # The short X.Y version. -version = '5.1' # CHANGEME +version = '5.2' # CHANGEME # The full version, including alpha/beta/rc tags. -release = '5.1' # CHANGEME +release = '5.2' # CHANGEME # The date of release, in "monthname day, year" format. -release_date = 'April 12, 2020' # CHANGEME +release_date = 'July 5, 2020' # CHANGEME rst_epilog = """ .. |release_date| replace:: {release_date} diff --git a/doc/index.rst b/doc/index.rst index 36e024a0..ac54657c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -16,14 +16,14 @@ not. The latest version is coverage.py |release|, released |release_date|. It is supported on: -* Python versions 2.7, 3.5, 3.6, 3.7, 3.8, and 3.9 alpha. +* Python versions 2.7, 3.5, 3.6, 3.7, 3.8, and 3.9 beta. * PyPy2 7.3.0 and PyPy3 7.3.0. .. ifconfig:: prerelease **This is a pre-release build. The usual warnings about possible bugs - apply.** The latest stable version is coverage.py 4.5.4, `described here`_. + apply.** The latest stable version is coverage.py 5.2, `described here`_. .. _described here: http://coverage.readthedocs.io/ |