Skip to content

Commit

Permalink
Update the 4.2b1 details where we need them
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jul 4, 2016
1 parent f4ff7e5 commit 5bd7bb1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Change history for Coverage.py
==============================

Unreleased
----------
Version 4.2b1 --- 2016-07-04
----------------------------

Work from the PyCon 2016 Sprints!

Expand Down
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Documentation is on `Read the Docs <http://coverage.readthedocs.io>`_.
Code repository and issue tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_,
with a mirrored repository on `GitHub <https://github.com/nedbat/coveragepy>`_.

**New in 4.1:** much-improved branch coverage.
**New in 4.2:** better support for multiprocessing and combining data.

New in 4.1: much-improved branch coverage.

New in 4.0: ``--concurrency``, plugins for non-Python files, setup.cfg
support, --skip-covered, HTML filtering, and more than 50 issues closed.
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '4.1'
version = '4.2'
# The full version, including alpha/beta/rc tags.
release = '4.1'
release = '4.2b1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ not.

.. ifconfig:: prerelease

The latest version is coverage.py 4.1b3, released May 10th 2016. It is
The latest version is coverage.py 4.2b1, released July 4th 2016. It is
supported on:

* Python versions 2.6, 2.7, 3.3, 3.4, and 3.5.
Expand Down
6 changes: 6 additions & 0 deletions doc/python-coverage.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ COMMAND REFERENCE
If `PATH` is specified, they are files or directories containing data to
be combined.

Options:

\--append
Append coverage data to .coverage, otherwise it starts clean each
time.

**erase**

Erase previously collected coverage data.
Expand Down

0 comments on commit 5bd7bb1

Please sign in to comment.