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 | ae983a48b6fe5b006f5f9e9899efc3778ac2b1b1 (patch) | |
tree | 8b04ff67f5ff19c814961d79254c4db691901d12 | |
parent | 18ba48b6b119f07f5c738c7fd36c2d2ede04f67e (diff) | |
download | python-coveragepy-git-ae983a48b6fe5b006f5f9e9899efc3778ac2b1b1.tar.gz |
Keep the paperwork up-to-date.
--HG--
branch : 4.0
-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 ddb0e476..4b5d996a 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? |