diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 4 | ||||
-rw-r--r-- | doc/index.rst | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/conf.py b/doc/conf.py index 7c2b2297..d8bce599 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ master_doc = 'index' # General information about the project. project = u'Coverage.py' -copyright = u'2009\N{EN DASH}2018, Ned Batchelder' # CHANGEME +copyright = u'2009\N{EN DASH}2019, Ned Batchelder' # CHANGEME # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -58,7 +58,7 @@ copyright = u'2009\N{EN DASH}2018, Ned Batchelder' # CHANGEME # The short X.Y version. version = '5.0' # CHANGEME # The full version, including alpha/beta/rc tags. -release = '5.0a4' # CHANGEME +release = '5.0a5' # CHANGEME # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/index.rst b/doc/index.rst index b06e805d..e1cdc1ad 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -28,12 +28,12 @@ not. .. ifconfig:: prerelease - The latest version is coverage.py 5.0a4, released November 25, 2018. + The latest version is coverage.py 5.0a5, released May 7, 2019. It is supported on: - * Python versions 2.7, 3.5, 3.6, 3.7, and pre-alpha 3.8. + * Python versions 2.7, 3.5, 3.6, 3.7, and alpha 3.8. - * PyPy2 6.0 and PyPy3 6.0. + * PyPy2 7.0 and PyPy3 7.0. * Jython 2.7.1, though only for running code, not reporting. @@ -102,12 +102,12 @@ Getting started is easy: .. ifconfig:: not prerelease - Then visit htmlcov/index.html in your browser, to see a + Then open htmlcov/index.html in your browser, to see a `report like this`_. .. ifconfig:: prerelease - Then visit htmlcov/index.html in your browser, to see a + Then open htmlcov/index.html in your browser, to see a `report like this one`_. .. _coverage.py page on the Python Package Index: https://pypi.org/project/coverage/ |