diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-21 13:10:41 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-21 13:10:41 -0400 |
commit | c01a60b5774ffbcf33ce0d6cfe7926c561102a7b (patch) | |
tree | 8771a2d399de492826f2e766163324c12365073a /doc/conf.py | |
parent | a1dd19bb2596cd02daefee66de0d6f81a17a3c66 (diff) | |
download | python-coveragepy-git-c01a60b5774ffbcf33ce0d6cfe7926c561102a7b.tar.gz |
Doc version details
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 49bcf393..07e47a81 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -56,7 +56,7 @@ copyright = u'2009\N{EN DASH}2015, Ned Batchelder' # The short X.Y version. version = '4.0' # The full version, including alpha/beta/rc tags. -release = '4.0a5' +release = '4.0a6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |