summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-06-04 22:38:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-06-04 22:38:56 -0400
commit60f4bd8dfc3f783e633b8e04346a77e0f0ab6698 (patch)
treec6b8f59418c94b073da74898a5d40f4491f80698 /doc/conf.py
parent140c97e2a727243025d49f1da18eae979c6c2929 (diff)
downloadpython-coveragepy-git-60f4bd8dfc3f783e633b8e04346a77e0f0ab6698.tar.gz
Bump version numbers for 3.5b1
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index ceec8a88..b8636818 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.