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
commitad972f398d4a10f5504f853679ea83933b51f99c (patch)
tree04a2d64fae53cd205c1969b9d009314e5ba8396f /setup.py
parent6132f31eaee8ac3e597df8fb9134f4ddf41422f6 (diff)
downloadpython-coveragepy-ad972f398d4a10f5504f853679ea83933b51f99c.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 3b4854c..c1dec05 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.