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 | 428d631ff0dd2be929c5fd210fe536d9c15961d5 (patch) | |
tree | bfd5170f82579b3242cf476778996bcf6b975412 | |
parent | a7bcbcd3005965557705ca81f814c8c364728831 (diff) | |
download | python-coveragepy-428d631ff0dd2be929c5fd210fe536d9c15961d5.tar.gz |
Try the beta docs.
-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 eca6725..842704b 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.
|