diff options
-rw-r--r-- | CHANGES.rst | 6 | ||||
-rw-r--r-- | doc/conf.py | 2 | ||||
-rw-r--r-- | doc/index.rst | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 3262e0bd..e200d6c0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,8 +14,10 @@ Change history for Coverage.py .. Version 7.8.1 --- 2021-07-27 .. ---------------------------- -Unreleased ----------- +.. _changes_50a4: + +Version 5.0a4 --- 2018-11-25 +---------------------------- - You can specify the command line to run your program with the ``[run] command_line`` configuration setting. `issue 695`_. diff --git a/doc/conf.py b/doc/conf.py index 757bf64e..7c2b2297 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.0a3' # CHANGEME +release = '5.0a4' # 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 0736a827..7ed08189 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -15,12 +15,12 @@ not. .. ifconfig:: not prerelease - The latest version is coverage.py 4.5.1, released February 10th 2018. It + The latest version is coverage.py 4.5.2, released November 12th 2018. It is supported on: - * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7. + * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, and pre-alpha 3.8. - * PyPy2 5.10 and PyPy3 5.10. + * PyPy2 6.0 and PyPy3 6.0. * Jython 2.7.1, though only for running code, not reporting. @@ -28,7 +28,7 @@ not. .. ifconfig:: prerelease - The latest version is coverage.py 5.0a3, released October 6th 2018. + The latest version is coverage.py 5.0a4, released November 25, 2018. It is supported on: * Python versions 2.7, 3.4, 3.5, 3.6, 3.7, and pre-alpha 3.8. @@ -40,12 +40,10 @@ not. * IronPython 2.7.7, though only for running code, not reporting. **This is a pre-release build. The usual warnings about possible bugs - apply.** The latest stable version is coverage.py 4.5.1, `described here`_. + apply.** The latest stable version is coverage.py 4.5.2, `described here`_. .. _described here: http://coverage.readthedocs.io/ -.. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=docs - .. image:: media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png :width: 75 :alt: Tidelift |