Skip to content

Commit da2fc7d

Browse files
committed
Last tweaks before 5.2
1 parent 29ea33b commit da2fc7d

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ 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 3.9 alpha 4.
24-
* PyPy2 7.3.0 and PyPy3 7.3.0.
23+
* CPython 3.5 through 3.9 beta 4.
24+
* PyPy2 7.3.1 and PyPy3 7.3.1.
2525

2626
Documentation is on `Read the Docs`_. Code repository and issue tracker are on
2727
`GitHub`_.
@@ -30,7 +30,7 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on
3030
.. _GitHub: https://github.com/nedbat/coveragepy
3131

3232

33-
**New in 5.0:** SQLite data storage, JSON report, contexts, relative filenames,
33+
**New in 5.x:** SQLite data storage, JSON report, contexts, relative filenames,
3434
dropped support for Python 2.6, 3.3 and 3.4.
3535

3636

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ supported on:
1818

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

21-
* PyPy2 7.3.0 and PyPy3 7.3.0.
21+
* PyPy2 7.3.1 and PyPy3 7.3.1.
2222

2323
.. ifconfig:: prerelease
2424

howto.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,20 @@
4646
$ make publish
4747
- Kits:
4848
- Start fresh:
49-
- $ make sterile
49+
$ make sterile
5050
- Source kit and wheels:
51-
- $ make kit wheel
51+
$ make kit wheel
5252
- Linux wheels:
53-
- $ make kit_linux
53+
$ make kit_linux
5454
- Windows kits
5555
- wait for over an hour for Appveyor to build kits.
5656
- https://ci.appveyor.com/project/nedbat/coveragepy
57-
- $ make download_appveyor
57+
$ make download_appveyor
5858
- examine the dist directory, and remove anything that looks malformed.
59+
- check the dist directory:
60+
$ python -m twine check dist/*
5961
- test the pypi upload:
60-
- $ make test_upload
62+
$ make test_upload
6163
- Update PyPI:
6264
- upload kits:
6365
- $ make kit_upload

0 commit comments

Comments
 (0)