From 3fd8fd85e5ba8fd6fc1c0820a829d34cb7c46506 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 19 Oct 2013 21:23:21 -0400 Subject: Keep the paperwork up-to-date. --- CHANGES.txt | 6 ++++++ TODO.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 ----- diff --git a/TODO.txt b/TODO.txt index 0285b4f..981c19c 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? -- cgit v1.2.1