diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-01-05 18:06:28 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-01-05 18:06:28 -0500 |
commit | 314cdea0aad60218b1fc808f94205b34ed23d7d5 (patch) | |
tree | de617fd537b2d241485f9c1e6a575be8143ed444 /doc/conf.py | |
parent | a921047b25e0111455257264b95659b29e3b4463 (diff) | |
download | python-coveragepy-git-314cdea0aad60218b1fc808f94205b34ed23d7d5.tar.gz |
Update docs etc for official version 3.6.
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 a7f67a00..e8cd64c6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -40,7 +40,7 @@ master_doc = 'index' # General information about the project. project = u'coverage.py' -copyright = u'2009-2012, Ned Batchelder' +copyright = u'2009\N{EN DASH}2013, 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 @@ -49,7 +49,7 @@ copyright = u'2009-2012, Ned Batchelder' # The short X.Y version. version = '3.6' # The full version, including alpha/beta/rc tags. -release = '3.6b3' +release = '3.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |