diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-09-06 19:25:38 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-09-06 19:25:38 -0400 |
commit | 398531ed3b176b2f620ec9174cc4d2f7a5d9bc7f (patch) | |
tree | 802cc6f885b074499a864ee76e2e372987e7f74f /doc/changes.rst | |
parent | 93d79fb22c8af7176f141423199e8ed1f568c54d (diff) | |
download | python-coveragepy-git-398531ed3b176b2f620ec9174cc4d2f7a5d9bc7f.tar.gz |
Bump version number
Diffstat (limited to 'doc/changes.rst')
-rw-r--r-- | doc/changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index 832ae1dc..1200282a 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -41,7 +41,7 @@ Version 3.4 beta --- 6 September 2010 - Completely unexecuted files can now be included in coverage results, reported as 0% covered. This only happens if the --source option is specified, since coverage.py needs guidance about where to look for source files. - + - Various warnings are printed to stderr for problems encountered during data measurement: if a ``--source`` module has no Python source to measure, or is never encountered at all, or if no data is collected. |