summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-01-02 16:36:21 -0600
committerBenjamin Peterson <benjamin@python.org>2017-01-02 16:36:21 -0600
commitdbfbfc818e3d637919843eb37cbb44b8ff33e90d (patch)
treeeb1c5f040f4655bfb14883085ab1538d9fd6ffaa /documentation
parentad9e60c571257968750a3374578f960dd41d009a (diff)
downloadsix-git-dbfbfc818e3d637919843eb37cbb44b8ff33e90d.tar.gz
update copyright year
Diffstat (limited to 'documentation')
-rw-r--r--documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index f8e3e2d..ad925c1 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -33,7 +33,7 @@ master_doc = "index"
# General information about the project.
project = u"six"
-copyright = u"2010-2016, Benjamin Peterson"
+copyright = u"2010-2017, Benjamin Peterson"
sys.path.append(os.path.abspath(os.path.join(".", "..")))
from six import __version__ as six_version