summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-08-28 11:00:55 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-08-28 11:00:55 -0400
commit4a516e994668c85c5f4dd8dd785f70a07ea01293 (patch)
treeb9f98544288469c9e39c99f39ec530316dd951c2
parent486f8e00b0f7dc40a9ff895f894d14e785a2b7d1 (diff)
downloadpython-coveragepy-4a516e994668c85c5f4dd8dd785f70a07ea01293.tar.gz
Bump version to 3.5.1b1
-rw-r--r--CHANGES.txt4
-rw-r--r--coverage/__init__.py2
-rw-r--r--doc/conf.py4
-rw-r--r--doc/index.rst5
-rw-r--r--howto.txt9
5 files changed, 17 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a44d94e..87bab7b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,8 +2,8 @@
Change history for Coverage.py
------------------------------
-Version 3.5.1
--------------
+Version 3.5.1b1 --- 28 August 2011
+----------------------------------
- When combining data files from parallel runs, you can now instruct coverage
about which directories are equivalent on different machines. A ``[paths]``
diff --git a/coverage/__init__.py b/coverage/__init__.py
index 0a6c75c..b1b9271 100644
--- a/coverage/__init__.py
+++ b/coverage/__init__.py
@@ -5,7 +5,7 @@ http://nedbatchelder.com/code/coverage
"""
-__version__ = "3.5.1a0" # see detailed history in CHANGES.txt
+__version__ = "3.5.1b1" # see detailed history in CHANGES.txt
__url__ = "http://nedbatchelder.com/code/coverage"
if max(__version__).isalpha():
diff --git a/doc/conf.py b/doc/conf.py
index 939a5bd..740a4de 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -47,9 +47,9 @@ copyright = u'2009-2011, Ned Batchelder'
# built documents.
#
# The short X.Y version.
-version = '3.5'
+version = '3.5.1'
# The full version, including alpha/beta/rc tags.
-release = '3.5'
+release = '3.5.1b1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/doc/index.rst b/doc/index.rst
index defd806..6d34926 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -19,6 +19,7 @@ coverage.py
:history: 20110213T081200, claim true 3.2 compatibility.
:history: 20110604T114800, update for 3.5b1
:history: 20110629T082300, update for 3.5
+:history: 20110827T221800, update for 3.5.1b1
Coverage.py is a tool for measuring code coverage of Python programs. It
@@ -36,10 +37,10 @@ not.
.. ifconfig:: prerelease
- The latest version is coverage.py 3.5b1, released 5 June 2011.
+ The latest version is coverage.py 3.5.1b1, released 28 August 2011.
*This is a pre-release build. The usual warnings about possible bugs apply.*
It is supported on Python versions 2.3 through 3.2.
- The latest stable version is coverage.py 3.4, `described here`_.
+ The latest stable version is coverage.py 3.5, `described here`_.
.. _described here: http://nedbatchelder.com/code/coverage
diff --git a/howto.txt b/howto.txt
index ce2dcc2..2f5c85c 100644
--- a/howto.txt
+++ b/howto.txt
@@ -54,6 +54,15 @@
- Ask Christophe Zwerschke (cito@online.de) to build win64 kits.
+* Making virtualenvs on Windows
+
+- cd c:\vpy\coverage
+- \py32\xx\python ..\virtualenv.py xx
+- copy ..\distutils.cfg xx\Lib\distutils
+- cd nose_source_directory_someplace
+- \vpy\coverage\xx\Scripts\python.exe setup.py install
+
+
* Building
- Install fixtar on any Windows Python used to make source kits: http://bitbucket.org/ned/fixtar