summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-10 21:55:42 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-10 21:55:42 -0500
commit55f41d28165517f01514679c569d12bb7a2b8626 (patch)
tree19aad2efbeadb4fde23f1837fa3c5105d42e4420 /setup.py
parent4b776261d483b12128bdf5d7779334cb17567de8 (diff)
downloadpython-coveragepy-55f41d28165517f01514679c569d12bb7a2b8626.tar.gz
Put a teaser for new features in the package docstring.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 57d4f50..4a5aba1 100644
--- a/setup.py
+++ b/setup.py
@@ -11,6 +11,7 @@ Coverage.py runs on Pythons 2.3 through 3.1.
Documentation is at `nedbatchelder.com <%s>`_. Code repository and issue
tracker are at `bitbucket.org <http://bitbucket.org/ned/coveragepy>`_.
+New in 3.2: Branch coverage!
"""
# This file is used unchanged under all versions of Python, 2.x and 3.x.