diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-06 07:05:47 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-06 07:05:47 -0400 |
commit | a6b7f90e873735ef63ed6ba2bc6d60495f8050d9 (patch) | |
tree | 12cc58933a91255145df3b90dc57453470d49a75 /doc/changes.rst | |
parent | 7a28bb348801a9569ee86e0dbcefc49ef3bc14eb (diff) | |
download | python-coveragepy-git-a6b7f90e873735ef63ed6ba2bc6d60495f8050d9.tar.gz |
We don't need no stinkin' beta.
Diffstat (limited to 'doc/changes.rst')
-rw-r--r-- | doc/changes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index 4a6c6add..a263d1b6 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -34,8 +34,8 @@ history, see the `CHANGES.txt`_ file in the source tree. .. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt -Version 3.7b1 --- 6 October 2013 --------------------------------- +Version 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. |