summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-08-20 16:03:34 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-08-20 16:03:34 -0400
commit70e12d3bcef0840347181aff5a661b21aaa49f97 (patch)
treed3d894a8e484f431733f1c3fa63fa5fbcffa2c52 /doc/conf.py
parentcb2618965efaa6e2edd00a335f8d8e676e01b1fa (diff)
downloadpython-coveragepy-70e12d3bcef0840347181aff5a661b21aaa49f97.tar.gz
Make it possible to have beta docs in a different place than the real docs
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 9c39b85..e8726bd 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -47,9 +47,9 @@ copyright = u'2009-2010, Ned Batchelder'
# built documents.
#
# The short X.Y version.
-version = '3.3.1'
+version = '3.4'
# The full version, including alpha/beta/rc tags.
-release = '3.3.1'
+release = '3.4 beta'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.