Skip to content

Commit b3e807b

Browse files
committed
Bump version to 3.5.1b1
1 parent 802a919 commit b3e807b

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
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.5.1
6-
-------------
5+
Version 3.5.1b1 --- 28 August 2011
6+
----------------------------------
77

88
- When combining data files from parallel runs, you can now instruct coverage
99
about which directories are equivalent on different machines. A ``[paths]``

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.5.1a0" # see detailed history in CHANGES.txt
8+
__version__ = "3.5.1b1" # see detailed history in CHANGES.txt
99

1010
__url__ = "http://nedbatchelder.com/code/coverage"
1111
if max(__version__).isalpha():

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
# built documents.
4848
#
4949
# The short X.Y version.
50-
version = '3.5'
50+
version = '3.5.1'
5151
# The full version, including alpha/beta/rc tags.
52-
release = '3.5'
52+
release = '3.5.1b1'
5353

5454
# The language for content autogenerated by Sphinx. Refer to documentation
5555
# for a list of supported languages.

doc/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ coverage.py
1919
:history: 20110213T081200, claim true 3.2 compatibility.
2020
:history: 20110604T114800, update for 3.5b1
2121
:history: 20110629T082300, update for 3.5
22+
:history: 20110827T221800, update for 3.5.1b1
2223

2324

2425
Coverage.py is a tool for measuring code coverage of Python programs. It
@@ -36,10 +37,10 @@ not.
3637

3738
.. ifconfig:: prerelease
3839

39-
The latest version is coverage.py 3.5b1, released 5 June 2011.
40+
The latest version is coverage.py 3.5.1b1, released 28 August 2011.
4041
*This is a pre-release build. The usual warnings about possible bugs apply.*
4142
It is supported on Python versions 2.3 through 3.2.
42-
The latest stable version is coverage.py 3.4, `described here`_.
43+
The latest stable version is coverage.py 3.5, `described here`_.
4344

4445
.. _described here: http://nedbatchelder.com/code/coverage
4546

howto.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@
5454
- Ask Christophe Zwerschke ([email protected]) to build win64 kits.
5555

5656

57+
* Making virtualenvs on Windows
58+
59+
- cd c:\vpy\coverage
60+
- \py32\xx\python ..\virtualenv.py xx
61+
- copy ..\distutils.cfg xx\Lib\distutils
62+
- cd nose_source_directory_someplace
63+
- \vpy\coverage\xx\Scripts\python.exe setup.py install
64+
65+
5766
* Building
5867

5968
- Install fixtar on any Windows Python used to make source kits: http://bitbucket.org/ned/fixtar

0 commit comments

Comments
 (0)