summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-06-29 09:09:49 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-06-29 09:09:49 -0400
commit42904fbf92676296620a353f649a4ca76239a8e6 (patch)
tree5e7ff998f83493db3ecc2d1df1d0126d2d15e3c7 /setup.py
parentf64710446ae66efb822ca7388d4809b103b375c9 (diff)
downloadpython-coveragepy-42904fbf92676296620a353f649a4ca76239a8e6.tar.gz
Bump version number to 3.5
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index c1dec05..d6e92c1 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 <http://bitbucket.org/ned/coveragepy>`_.
-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!
"""