From b04667aa443d335107c2ba7edab906716d037025 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 29 Jun 2011 09:09:49 -0400 Subject: Bump version number to 3.5 --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c1dec05f..d6e92c1e 100644 --- a/setup.py +++ b/setup.py @@ -11,14 +11,14 @@ Coverage.py runs on Pythons 2.3 through 3.2. Documentation is at `nedbatchelder.com <%s>`_. Code repository and issue tracker are at `bitbucket.org `_. -New in 3.2: Branch coverage! - -New in 3.3: .coveragerc files. +New in 3.5: Branch coverage exclusions, keyboard shortcuts in HTML report. New in 3.4: Better control over source to measure, and unexecuted files can be reported. -New in 3.5: Branch coverage exclusions, keyboard shortcuts in HTML report. +New in 3.3: .coveragerc files. + +New in 3.2: Branch coverage! """ -- cgit v1.2.1