summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-01-01 09:03:11 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-01-01 09:03:11 -0500
commit6d571b47f84e8ee87decbaffbd577c5f556efb4b (patch)
tree6920b9737d3f7a27382139f521a4d5d4c7a90333
parent8277707492656a3ade588e8826c02a11c3cad191 (diff)
downloadpytest-runner-6d571b47f84e8ee87decbaffbd577c5f556efb4b.tar.gz
Update copyright
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c834848..1874074 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -9,7 +9,7 @@ extensions = [
# General information about the project.
project = 'skeleton'
-copyright = '2015 Jason R. Coombs'
+copyright = '2016 Jason R. Coombs'
# The short X.Y version.
version = setuptools_scm.get_version(root='..', relative_to=__file__)