summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-06-04 22:38:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-06-04 22:38:56 -0400
commit60f4bd8dfc3f783e633b8e04346a77e0f0ab6698 (patch)
treec6b8f59418c94b073da74898a5d40f4491f80698 /setup.py
parent140c97e2a727243025d49f1da18eae979c6c2929 (diff)
downloadpython-coveragepy-git-60f4bd8dfc3f783e633b8e04346a77e0f0ab6698.tar.gz
Bump version numbers for 3.5b1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3b4854cb..c1dec05f 100644
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,9 @@ New in 3.3: .coveragerc files.
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.
+
"""
# This file is used unchanged under all versions of Python, 2.x and 3.x.