summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-01-05 18:06:28 -0500
committerNed Batchelder <ned@nedbatchelder.com>2013-01-05 18:06:28 -0500
commit8116c28f9f4f6bf3780e358ab43f3af40220bf77 (patch)
treea017dc4151773f9a236b7b33d86dca5e0e4e81d6 /doc/conf.py
parent49d8eb2e62cb72830828956fd7a3e351cdfe85ba (diff)
downloadpython-coveragepy-8116c28f9f4f6bf3780e358ab43f3af40220bf77.tar.gz
Update docs etc for official version 3.6.
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 a7f67a0..e8cd64c 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.