summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-01-21 23:13:26 -0800
committerBenjamin Peterson <benjamin@python.org>2018-01-21 23:13:26 -0800
commit5fb43eb68b7edaedb08589dfa7229e717a78642d (patch)
tree067390439b3c82231ede6a9733e3e5059e3f2b6d /documentation
parent34506dc17c6f4a94784ce3c29212d4e8993f81d0 (diff)
downloadsix-git-5fb43eb68b7edaedb08589dfa7229e717a78642d.tar.gz
bump 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 ad925c1..e039301 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-2017, Benjamin Peterson"
+copyright = u"2010-2018, Benjamin Peterson"
sys.path.append(os.path.abspath(os.path.join(".", "..")))
from six import __version__ as six_version