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
commit4be57a90e59ccd8db59dc3ad1e369ddecc40b1c9 (patch)
tree689106d621452a7fbbf6d1266490129798b3fa84 /setup.py
parentd58b22b464fd1da51da75105eaa66b50e8209bc5 (diff)
downloadpython-coveragepy-4be57a90e59ccd8db59dc3ad1e369ddecc40b1c9.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 613198c..fa2125b 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.