diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-19 21:23:21 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-19 21:23:21 -0400 |
commit | 3fd8fd85e5ba8fd6fc1c0820a829d34cb7c46506 (patch) | |
tree | 3ef884f60eb09b0c518d854977e39c799d9e3f1a | |
parent | d141a36502ff40891959048c7154c2f954dd2d13 (diff) | |
download | python-coveragepy-3fd8fd85e5ba8fd6fc1c0820a829d34cb7c46506.tar.gz |
Keep the paperwork up-to-date.
-rw-r--r-- | CHANGES.txt | 6 | ||||
-rw-r--r-- | TODO.txt | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ddb0e47..4b5d996 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,12 @@ Change history for Coverage.py ------------------------------ +4.0 +--- + +- Python versions supported are now 2.6, 2.7, 3.2, 3.3. + + 3.7.1 ----- @@ -20,7 +20,7 @@ Key: - .startswith((,)) -- Remove code only run on <2.6 ++ Remove code only run on <2.6 - Change data file to json - Create data api - New ast-based branch coverage? |