From ad972f398d4a10f5504f853679ea83933b51f99c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 4 Jun 2011 22:38:56 -0400 Subject: Bump version numbers for 3.5b1 --- doc/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index ceec8a8..b863681 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -40,16 +40,16 @@ master_doc = 'index' # General information about the project. project = u'coverage.py' -copyright = u'2009-2010, Ned Batchelder' +copyright = u'2009-2011, Ned Batchelder' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '3.4' +version = '3.5' # The full version, including alpha/beta/rc tags. -release = '3.4' +release = '3.5b1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.1