summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-02 10:31:42 -0600
committerBenjamin Peterson <benjamin@python.org>2015-01-02 10:31:42 -0600
commit2c743d234c30e88eda74990ecf4c17148afcf4ce (patch)
tree6b38c203c54e46d7b3ac8612467e5ba6e60892b1 /documentation
parentd8243ee45c7b510c8dfb621cb39d4c03dcb430ae (diff)
downloadsix-git-2c743d234c30e88eda74990ecf4c17148afcf4ce.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 7e54287..0215bdd 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-2014, Benjamin Peterson"
+copyright = u"2010-2015, Benjamin Peterson"
sys.path.append(os.path.abspath(os.path.join(".", "..")))
from six import __version__ as six_version