diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-27 07:04:02 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-27 07:04:02 -0500 |
commit | 1b13619737319162578e0723cb2354b0ec4d62c4 (patch) | |
tree | 7a6503ca5ba77b752cf0518284ca0e07f62bab38 /doc/conf.py | |
parent | d8b9bea1cfd6ff59e4f6c0ef198d086713ace136 (diff) | |
download | python-coveragepy-git-1b13619737319162578e0723cb2354b0ec4d62c4.tar.gz |
Try the beta docs.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index eca67250..842704b3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,9 +47,9 @@ copyright = u'2009-2012, Ned Batchelder' # built documents.
#
# The short X.Y version.
-version = '3.5.3'
+version = '3.6'
# The full version, including alpha/beta/rc tags.
-release = '3.5.3'
+release = '3.6b1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
|