summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-09-27 11:08:12 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-09-27 11:08:12 -0400
commit2a2b3f3a7272cc3b75b5fd8af86ac1d31b9f6411 (patch)
treee02f520257e255c633e27053d06ef82e9144f0be /setup.py
parentf19c747b1c3b1d74002b44acf4cd2d4ccca67a44 (diff)
downloadpython-coveragepy-git-2a2b3f3a7272cc3b75b5fd8af86ac1d31b9f6411.tar.gz
Update version and docs for 4.0a1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 52eb086f..3f7afae6 100644
--- a/setup.py
+++ b/setup.py
@@ -12,6 +12,9 @@ Documentation is at `nedbatchelder.com <%s>`_. 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.
+
New in 3.7: ``--debug``, and 12 bugs closed.
New in 3.6: ``--fail-under``, and >20 bugs closed.