diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-27 10:41:40 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-27 10:41:40 -0400 |
commit | a5d6e9da81cc80694ec9e0cf4f9c8c10693eacf8 (patch) | |
tree | 86ea3cab0d2509c110660cebab2bfc4ab28ceab2 | |
parent | c6ed90a7f22268b964aceec0d5013e64475720c7 (diff) | |
download | python-coveragepy-git-a5d6e9da81cc80694ec9e0cf4f9c8c10693eacf8.tar.gz |
Updated CHANGES for the 3.1b1 release.
-rw-r--r-- | CHANGES.txt | 6 | ||||
-rw-r--r-- | TODO.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d9e50f1f..acb1e87e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,8 +2,8 @@ Change history for Coverage.py
------------------------------
-Version 3.1, unreleased
------------------------
+Version 3.1b1, 27 September 2009
+--------------------------------
- Python 3.1 is now supported.
@@ -26,7 +26,7 @@ Version 3.1, unreleased - Programs that change directory will still write .coverage files in the
directory where execution started. Fixed `issue 24`_.
-- Added a "coverage info" command for getting diagnostic information about the
+- Added a "coverage debug" command for getting diagnostic information about the
coverage.py installation.
.. _issue 11: http://bitbucket.org/ned/coveragepy/issue/11
@@ -176,7 +176,7 @@ x Tests about the "import __main__" in cmdline.py - Ubuntu
- Mac
- Pythons 2.3, 2.4, 2.5, 2.6, 3.1
-- Version number in coverage/version.py
+- Version number in coverage/__init__.py
- 3.1a1, 3.1b1, 3.1c1, 3.1
- Update CHANGES, including release date.
- Update docs
|