summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt6
-rw-r--r--TODO.txt2
-rw-r--r--coverage/__init__.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1de6e81d..4fd95267 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,12 @@
Change history for Coverage.py
------------------------------
+Version 3.2b4
+-------------
+
+- None yet!
+
+
Version 3.2b3, 23 November 2009
-------------------------------
diff --git a/TODO.txt b/TODO.txt
index 7bbcb45d..30cb9944 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -220,7 +220,7 @@ x Tests about the "import __main__" in cmdline.py
- $ make pypi
- Visit http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=coverage :
- Upload kits
- - Label the source kit with "Use this for either Python 2.x or 3.x "
+ - Label the source kit with "Use this for either Python 2.x or 3.x"
- show/hide the proper versions.
- Tag the tree
- hg tag -m "Coverage 3.0.1" coverage-3.0.1
diff --git a/coverage/__init__.py b/coverage/__init__.py
index 7deeff50..a41dafd3 100644
--- a/coverage/__init__.py
+++ b/coverage/__init__.py
@@ -5,7 +5,7 @@ http://nedbatchelder.com/code/coverage
"""
-__version__ = "3.2b3" # see detailed history in CHANGES.txt
+__version__ = "3.2b4" # see detailed history in CHANGES.txt
__url__ = "http://nedbatchelder.com/code/coverage"