From 714be02380f9f16e46877bc1019ce8906400d470 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 10 Nov 2009 21:55:42 -0500 Subject: Put a teaser for new features in the package docstring. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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 `_. +New in 3.2: Branch coverage! """ # This file is used unchanged under all versions of Python, 2.x and 3.x. -- cgit v1.2.1