diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-06 07:19:58 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-06 07:19:58 -0400 |
commit | a2a8951fdd961a0e3c30c7cd12250dffe886593d (patch) | |
tree | e7cf3ea7d73f70894ac65dd33fc4e036fbe03331 | |
parent | 74550dfac3299212182e0357511a2c14deabb582 (diff) | |
download | python-coveragepy-git-a2a8951fdd961a0e3c30c7cd12250dffe886593d.tar.gz |
Not sure what happened here, but fix it.
-rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index bf54d751..7abcca67 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,8 +2,8 @@ Change history for Coverage.py ------------------------------ -3.7b1 --- 6 October 2013 ------------------------- +3.7 --- 6 October 2013 +---------------------- - Added the ``--debug`` switch to ``coverage run``. It accepts a list of options indicating the type of internal activity to log to stderr. |