Skip to content

Commit 43b7cd8

Browse files
committed
Updates for 5.0a2
1 parent 4d00a2f commit 43b7cd8

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ Change history for Coverage.py
1414
.. Version 7.8.1 --- 2021-07-27
1515
.. ----------------------------
1616
17-
Unreleased
18-
----------
17+
.. _changes_50a2:
18+
19+
Version 5.0a2 --- 2018-09-03
20+
----------------------------
1921

2022
- Coverage's data storage has changed. In version 4.x, .coverage files were
2123
basically JSON. Now, they are SQLite databases. This means the data file

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on
3131
.. _GitHub: https://github.com/nedbat/coveragepy
3232

3333

34-
**New in 5.0:** Dropped support for Python 2.6 and 3.3.
34+
**New in 5.0:** SQLite data storage, dropped support for Python 2.6 and 3.3.
3535

3636
New in 4.5: Configurator plug-ins.
3737

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '5.0' # CHANGEME
6060
# The full version, including alpha/beta/rc tags.
61-
release = '5.0a1' # CHANGEME
61+
release = '5.0a2' # CHANGEME
6262

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

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ not.
7777

7878
.. ifconfig:: prerelease
7979

80-
The latest version is coverage.py 5.0a1, released June 5th 2018. It is
81-
supported on:
80+
The latest version is coverage.py 5.0a2, released September 3rd 2018.
81+
It is supported on:
8282

8383
* Python versions 2.7, 3.4, 3.5, 3.6, and 3.7.
8484

howto.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- Check that the docs build correctly:
2020
$ tox -e doc
2121
- Done with changes to source files, check them in.
22-
- hg push
22+
- git push
2323
- Generate new sample_html to get the latest, incl footer version number:
2424
make clean
2525
pip install -e .
@@ -62,15 +62,15 @@
6262
- Visit https://pypi.python.org/pypi?:action=pkg_edit&name=coverage :
6363
- show/hide the proper versions.
6464
- Tag the tree
65-
- hg tag -m "Coverage 3.0.1" coverage-3.0.1
65+
- git tag coverage-3.0.1
6666
- Bump version:
6767
- coverage/version.py
6868
- increment version number
6969
- IF NOT BETA:
7070
- set to alpha-0 if just released
7171
- CHANGES.rst
7272
- add an "Unreleased" section to the top.
73-
- push hg changes
73+
- push git changes
7474
- Update nedbatchelder.com
7575
- Blog post?
7676
- Update readthedocs

0 commit comments

Comments
 (0)