Skip to content

Commit 2cc1810

Browse files
committed
Update for 4.0a2
1 parent 5a4e07d commit 2cc1810

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Change history for Coverage.py
33
------------------------------
44

55

6-
Latest
7-
------
6+
Version 4.0a2 --- 14 January 2014
7+
---------------------------------
88

99
- Officially support PyPy 2.4, and PyPy3 2.4. Drop support for
1010
CPython 3.2 and older versions of PyPy. The code won't work on CPython 3.2.

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
the code analysis tools and tracing hooks provided in the Python standard
77
library to determine which lines are executable, and which have been executed.
88
9-
Coverage.py runs on CPython 2.6, 2.7, 3.2, 3.3, or 3.4, and PyPy 2.2.
9+
Coverage.py runs on CPython 2.6, 2.7, 3.3, or 3.4, PyPy 2.4, and PyPy3 2.4.
1010
1111
Documentation is at `nedbatchelder.com <%s>`_. Code repository and issue
1212
tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_, with a
1313
mirrored repo on `GitHub <https://github.com/nedbat/coveragepy>`_.
1414
1515
New in 4.0 alpha: ``--concurrency``, dropped support for older Pythons,
16-
setup.cfg support.
16+
setup.cfg support, plugins for other file variants, --skip-covered, HTML
17+
filtering.
1718
1819
New in 3.7: ``--debug``, and 12 bugs closed.
1920

0 commit comments

Comments
 (0)