Skip to content

Commit

Permalink
Doc changes for 5.0a8
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Oct 2, 2019
1 parent 484e363 commit 812d523
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ development at the same time, such as 4.5.x and 5.0.
.. Version 7.8.1 --- 2021-07-27
.. ----------------------------
Unreleased
----------
.. _changes_50a8:

Version 5.0a8 --- 2019-10-02
----------------------------

- The :class:`.CoverageData` API has changed how queries are limited to
specific contexts. Now you use :meth:`.CoverageData.set_query_context` to
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ library to determine which lines are executable, and which have been executed.
Coverage.py runs on many versions of Python:

* CPython 2.7.
* CPython 3.5 through beta 3.8.
* CPython 3.5 through 3.8.
* PyPy2 7.0 and PyPy3 7.0.

Documentation is on `Read the Docs`_. Code repository and issue tracker are on
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = '5.0' # CHANGEME
# The full version, including alpha/beta/rc tags.
release = '5.0a7' # CHANGEME
release = '5.0a8' # CHANGEME

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ not.

.. ifconfig:: prerelease

The latest version is coverage.py 5.0a7, released September 21, 2019.
The latest version is coverage.py 5.0a8, released October 2, 2019.
It is supported on:

* Python versions 2.7, 3.5, 3.6, 3.7, and beta 3.8.
* Python versions 2.7, 3.5, 3.6, 3.7, and 3.8.

* PyPy2 7.0 and PyPy3 7.0.

Expand Down

0 comments on commit 812d523

Please sign in to comment.