summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-10-04 21:23:04 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-10-04 21:23:04 -0400
commit4d906d76669dcaf823c0964bda83667307bd8e2e (patch)
tree6c718f3505906da33a0a4d35b4daca042982971a
parent0db85b96511b527c3c7c23c6dd638484bcc6eadd (diff)
downloadpython-coveragepy-4d906d76669dcaf823c0964bda83667307bd8e2e.tar.gz
Update all the metadata for version 3.1
-rw-r--r--CHANGES.txt5
-rw-r--r--TODO.txt1
-rw-r--r--coverage/__init__.py2
-rw-r--r--doc/changes.rst4
-rw-r--r--doc/index.rst3
5 files changed, 9 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4104672..3b491e7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,8 +2,9 @@
Change history for Coverage.py
------------------------------
-Next version
-------------
+
+Version 3.1, 4 October 2009
+---------------------------
- Source code can now be read from eggs. Thanks, rozza. Fixes `issue 25`_
diff --git a/TODO.txt b/TODO.txt
index 5a08633..a7cd365 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -184,6 +184,7 @@ x Tests about the "import __main__" in cmdline.py
- Update CHANGES, including release date.
- Update docs
- Version, date, and changes in doc/changes.rst
+ - Version and date in doc/index.rst
- Generate new sample_html to get the latest, incl footer version number:
cd C:\ned\cog\trunk
rmdir/s/q htmlcov
diff --git a/coverage/__init__.py b/coverage/__init__.py
index 8aca806..07a1911 100644
--- a/coverage/__init__.py
+++ b/coverage/__init__.py
@@ -5,7 +5,7 @@ http://nedbatchelder.com/code/coverage
"""
-__version__ = "3.1b2" # see detailed history in CHANGES.txt
+__version__ = "3.1" # see detailed history in CHANGES.txt
__url__ = "http://nedbatchelder.com/code/coverage"
diff --git a/doc/changes.rst b/doc/changes.rst
index e540c87..9400d60 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -14,8 +14,8 @@ see the `CHANGES.txt <http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt>`_
file.
-Version 3.1, when??
--------------------
+Version 3.1, 4 October 2009
+---------------------------
- Python 3.1 is now supported.
diff --git a/doc/index.rst b/doc/index.rst
index c18cf1c..d279c2e 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -7,6 +7,7 @@ coverage.py
:history: 20090618T195900, minor tweaks
:history: 20090707T205200, changes for 3.0.1
:history: 20090913T084400, new command line syntax
+:history: 20091004T211900, version 3.1
Coverage.py is a tool for measuring code coverage of Python programs. It
@@ -17,7 +18,7 @@ Coverage measurement is typically used to gauge the effectiveness of tests. It
can show which parts of your product code are being exercised by tests, and
which are not.
-The latest version is 3.1, released ??WHEN??. It is supported on Python
+The latest version is 3.1, released 4 October 2009. It is supported on Python
2.3 through 3.1.