Skip to content

Commit 812d523

Browse files
committed
Doc changes for 5.0a8
1 parent 484e363 commit 812d523

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ development at the same time, such as 4.5.x and 5.0.
1717
.. Version 7.8.1 --- 2021-07-27
1818
.. ----------------------------
1919
20-
Unreleased
21-
----------
20+
.. _changes_50a8:
21+
22+
Version 5.0a8 --- 2019-10-02
23+
----------------------------
2224

2325
- The :class:`.CoverageData` API has changed how queries are limited to
2426
specific contexts. Now you use :meth:`.CoverageData.set_query_context` to

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ library to determine which lines are executable, and which have been executed.
2020
Coverage.py runs on many versions of Python:
2121

2222
* CPython 2.7.
23-
* CPython 3.5 through beta 3.8.
23+
* CPython 3.5 through 3.8.
2424
* PyPy2 7.0 and PyPy3 7.0.
2525

2626
Documentation is on `Read the Docs`_. Code repository and issue tracker are on

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = '5.0' # CHANGEME
6363
# The full version, including alpha/beta/rc tags.
64-
release = '5.0a7' # CHANGEME
64+
release = '5.0a8' # CHANGEME
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ not.
2828

2929
.. ifconfig:: prerelease
3030

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

34-
* Python versions 2.7, 3.5, 3.6, 3.7, and beta 3.8.
34+
* Python versions 2.7, 3.5, 3.6, 3.7, and 3.8.
3535

3636
* PyPy2 7.0 and PyPy3 7.0.
3737

0 commit comments

Comments
 (0)