diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-20 13:15:49 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-20 13:15:49 -0400 |
commit | 90a8dc1209f2d447cd48e70d03a3c1ec6f4f97c7 (patch) | |
tree | ff30977800134378fc27f29481342520e20e852f /setup.py | |
parent | 343d32d3c09e0d700ba400db1e02c968167b37d1 (diff) | |
download | python-coveragepy-git-90a8dc1209f2d447cd48e70d03a3c1ec6f4f97c7.tar.gz |
Bump the version number to 3.4b1
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6,14 +6,16 @@ Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed. -Coverage.py runs on Pythons 2.3 through 3.1. +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.3: .coveragerc files. + +New in 3.4: Better control over source to measure. """ # This file is used unchanged under all versions of Python, 2.x and 3.x. |