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
commit75b52dfe1c54f1cc57b7819f4232ff4513df87bf (patch)
tree1bdbcfd46f680973ed72bab31413e57c794fce39 /setup.py
parente7dc3e8e636bf895db26c77eb929aa7b44b32167 (diff)
downloadpython-coveragepy-75b52dfe1c54f1cc57b7819f4232ff4513df87bf.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 52eb086..3f7afae 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.