Skip to content

Commit 1c25a98

Browse files
committed
Preparing for 3.6b3
1 parent dd644ab commit 1c25a98

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGES.txt

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

5-
Version 3.6b3
6-
-------------
5+
Version 3.6b3 -- 29 December 2012
6+
---------------------------------
77

88
- Beta 2 broke the nose plugin. It's fixed again, closing `issue 224`_.
99

doc/changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ history, see the `CHANGES.txt`_ file in the source tree.
3131

3232
.. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt
3333

34+
Version 3.6b3 -- 29 December 2012
35+
---------------------------------
36+
37+
- Beta 2 broke the nose plugin. It's fixed again, closing `issue 224`_.
38+
39+
.. _issue 224: https://bitbucket.org/ned/coveragepy/issue/224/36b2-breaks-nosexcover
40+
41+
3442
Version 3.6b2 -- 23 December 2012
3543
---------------------------------
3644

doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ coverage.py
2727
:history: 20121117T094900, Change from easy_install to pip.
2828
:history: 20121128T203700, Updated for 3.6b1.
2929
:history: 20121223T180600, Updated for 3.6b2.
30+
:history: 20121229T112300, Updated for 3.6b3.
3031

3132

3233
Coverage.py is a tool for measuring code coverage of Python programs. It
@@ -44,7 +45,7 @@ not.
4445

4546
.. ifconfig:: prerelease
4647

47-
The latest version is coverage.py 3.6b2, released 23 December 2012.
48+
The latest version is coverage.py 3.6b3, released 29 December 2012.
4849
It is supported on Python versions 2.3 through 3.3, and PyPy 1.9.
4950
**This is a pre-release build. The usual warnings about possible bugs apply.**
5051
The latest stable version is coverage.py 3.5.3, `described here`_.

doc/install.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Installation
1616
:history: 20121117T095000, Now setuptools is a pre-req.
1717
:history: 20121128T203000, updated for 3.6b1.
1818
:history: 20121223T180800, updated for 3.6b2.
19+
:history: 20121229T112400, updated for 3.6b3.
1920

2021

2122
.. highlight:: console
@@ -70,9 +71,9 @@ If all went well, you should be able to open a command prompt, and see
7071
coverage installed properly::
7172

7273
$ coverage --version
73-
Coverage.py, version 3.6b2. http://nedbatchelder.com/code/coverage/3.6b2
74+
Coverage.py, version 3.6b3. http://nedbatchelder.com/code/coverage/3.6b3
7475

7576
You can also invoke coverage as a module::
7677

7778
$ python -m coverage --version
78-
Coverage.py, version 3.6b2. http://nedbatchelder.com/code/coverage/3.6b2
79+
Coverage.py, version 3.6b3. http://nedbatchelder.com/code/coverage/3.6b3

0 commit comments

Comments
 (0)