summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-10-19 21:23:21 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-10-19 21:23:21 -0400
commitae983a48b6fe5b006f5f9e9899efc3778ac2b1b1 (patch)
tree8b04ff67f5ff19c814961d79254c4db691901d12
parent18ba48b6b119f07f5c738c7fd36c2d2ede04f67e (diff)
downloadpython-coveragepy-git-ae983a48b6fe5b006f5f9e9899efc3778ac2b1b1.tar.gz
Keep the paperwork up-to-date.
--HG-- branch : 4.0
-rw-r--r--CHANGES.txt6
-rw-r--r--TODO.txt2
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
-----
diff --git a/TODO.txt b/TODO.txt
index 0285b4fc..981c19c1 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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?