File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2
2
Change history for Coverage.py
3
3
------------------------------
4
4
5
- Next version
6
- ------------
5
+
6
+ Version 3.1, 4 October 2009
7
+ ---------------------------
7
8
8
9
- Source code can now be read from eggs. Thanks, rozza. Fixes `issue 25`_
9
10
Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ x Tests about the "import __main__" in cmdline.py
184
184
- Update CHANGES, including release date.
185
185
- Update docs
186
186
- Version, date, and changes in doc/changes.rst
187
+ - Version and date in doc/index.rst
187
188
- Generate new sample_html to get the latest, incl footer version number:
188
189
cd C:\ned\cog\trunk
189
190
rmdir/s/q htmlcov
Original file line number Diff line number Diff line change 5
5
6
6
"""
7
7
8
- __version__ = "3.1b2 " # see detailed history in CHANGES.txt
8
+ __version__ = "3.1 " # see detailed history in CHANGES.txt
9
9
10
10
__url__ = "http://nedbatchelder.com/code/coverage"
11
11
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ see the `CHANGES.txt <http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt>`_
14
14
file.
15
15
16
16
17
- Version 3.1, when??
18
- -------------------
17
+ Version 3.1, 4 October 2009
18
+ ---------------------------
19
19
20
20
- Python 3.1 is now supported.
21
21
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ coverage.py
7
7
:history: 20090618T195900, minor tweaks
8
8
:history: 20090707T205200, changes for 3.0.1
9
9
:history: 20090913T084400, new command line syntax
10
+ :history: 20091004T211900, version 3.1
10
11
11
12
12
13
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
17
18
can show which parts of your product code are being exercised by tests, and
18
19
which are not.
19
20
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
21
22
2.3 through 3.1.
22
23
23
24
You can’t perform that action at this time.
0 commit comments