diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 2 | ||||
-rw-r--r-- | doc/index.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py index 9936d1b9..a87047eb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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.0a1' # CHANGEME +release = '5.0a2' # 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 78496cdb..0a795011 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -77,8 +77,8 @@ not. .. ifconfig:: prerelease - The latest version is coverage.py 5.0a1, released June 5th 2018. It is - supported on: + The latest version is coverage.py 5.0a2, released September 3rd 2018. + It is supported on: * Python versions 2.7, 3.4, 3.5, 3.6, and 3.7. |