Skip to content

Commit 344c78f

Browse files
committed
Update all the metadata for version 3.1
1 parent 12d7971 commit 344c78f

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGES.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
Change history for Coverage.py
33
------------------------------
44

5-
Next version
6-
------------
5+
6+
Version 3.1, 4 October 2009
7+
---------------------------
78

89
- Source code can now be read from eggs. Thanks, rozza. Fixes `issue 25`_
910

TODO.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ x Tests about the "import __main__" in cmdline.py
184184
- Update CHANGES, including release date.
185185
- Update docs
186186
- Version, date, and changes in doc/changes.rst
187+
- Version and date in doc/index.rst
187188
- Generate new sample_html to get the latest, incl footer version number:
188189
cd C:\ned\cog\trunk
189190
rmdir/s/q htmlcov

coverage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
"""
77

8-
__version__ = "3.1b2" # see detailed history in CHANGES.txt
8+
__version__ = "3.1" # see detailed history in CHANGES.txt
99

1010
__url__ = "http://nedbatchelder.com/code/coverage"
1111

doc/changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ see the `CHANGES.txt <http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt>`_
1414
file.
1515

1616

17-
Version 3.1, when??
18-
-------------------
17+
Version 3.1, 4 October 2009
18+
---------------------------
1919

2020
- Python 3.1 is now supported.
2121

doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ coverage.py
77
:history: 20090618T195900, minor tweaks
88
:history: 20090707T205200, changes for 3.0.1
99
:history: 20090913T084400, new command line syntax
10+
:history: 20091004T211900, version 3.1
1011

1112

1213
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
1718
can show which parts of your product code are being exercised by tests, and
1819
which are not.
1920

20-
The latest version is 3.1, released ??WHEN??. It is supported on Python
21+
The latest version is 3.1, released 4 October 2009. It is supported on Python
2122
2.3 through 3.1.
2223

2324

0 commit comments

Comments
 (0)