summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-02 15:46:23 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-02 15:46:23 -0400
commit651f467c6700b3cb79e855edd08d3feda847ec9b (patch)
treef6913b8425446ee4567d70e822eb8f514ba07481 /setup.py
parent891fe1f872c1ad02d0983a2ca8e14cbf26c99250 (diff)
downloadpython-coveragepy-git-651f467c6700b3cb79e855edd08d3feda847ec9b.tar.gz
Update the change history in the docs
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py19
1 files changed, 3 insertions, 16 deletions
diff --git a/setup.py b/setup.py
index 613198ca..fa2125be 100644
--- a/setup.py
+++ b/setup.py
@@ -15,22 +15,9 @@ Documentation is on `Read the Docs <{docurl}>`_. Code repository and issue
tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_, with a
mirrored repo on `GitHub <https://github.com/nedbat/coveragepy>`_.
-New in 4.0 alpha: ``--concurrency``, dropped support for older Pythons,
-setup.cfg support, plugins for other file variants, --skip-covered, HTML
-filtering.
-
-New in 3.7: ``--debug``, and 12 bugs closed.
-
-New in 3.6: ``--fail-under``, and >20 bugs closed.
-
-New in 3.5: Branch coverage exclusions, keyboard shortcuts in HTML report.
-
-New in 3.4: Better control over source to measure, and unexecuted files
-can be reported.
-
-New in 3.3: .coveragerc files.
-
-New in 3.2: Branch coverage!
+New in 4.0 beta: ``--concurrency``, dropped support for older Pythons,
+setup.cfg support, plugins for other file variants, supported data API,
+--skip-covered, HTML filtering, and 49 issues closed.
"""
# This file is used unchanged under all versions of Python, 2.x and 3.x.