summaryrefslogtreecommitdiff
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
commit714be02380f9f16e46877bc1019ce8906400d470 (patch)
tree48d19e5d3d49db6195c1382a803fb2e0ab40af20
parente4da9831f86dbdd97bdb2a84757c28af5068e523 (diff)
downloadpython-coveragepy-git-714be02380f9f16e46877bc1019ce8906400d470.tar.gz
Put a teaser for new features in the package docstring.
-rw-r--r--TODO.txt1
-rw-r--r--setup.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index a87a9ecd..c5d1e9c5 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -199,6 +199,7 @@ x Tests about the "import __main__" in cmdline.py
- Version number in coverage/__init__.py
- 3.1a1, 3.1b1, 3.1c1, 3.1
- Update CHANGES, including release date.
+- Update docstring in setup.py, including "New in x.y:"
- Update docs
- Version, date, and changes in doc/changes.rst
- Version and date in doc/index.rst
diff --git a/setup.py b/setup.py
index 57d4f50b..4a5aba1c 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.