From 48f592beb3f85fbe4319b2206f941c6b9a6d0e08 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 20 Aug 2010 16:03:16 -0400 Subject: Doc tweaks for 3.4b1 --- doc/install.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/install.rst') diff --git a/doc/install.rst b/doc/install.rst index dd901c6f..300bcff7 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -5,6 +5,7 @@ Installation ============ :history: 20100725T225600, new for 3.4. +:history: 20100820T151500, updated for 3.4beta1. .. highlight:: console .. _coverage_pypi: http://pypi.python.org/pypi/coverage @@ -56,4 +57,4 @@ If all went well, you should be able to open a command prompt, and see coverage installed properly:: $ coverage --version - Coverage.py, version 3.4a1. http://nedbatchelder.com/code/coverage + Coverage.py, version 3.4b1. http://nedbatchelder.com/code/coverage/3.4b1 -- cgit v1.2.1