[Python-checkins] devguide: bump copyright year

benjamin.peterson python-checkins at python.org
Tue Apr 15 05:25:59 CEST 2014


http://hg.python.org/devguide/rev/d7f1dc8459aa
changeset:   688:d7f1dc8459aa
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Apr 14 23:25:54 2014 -0400
summary:
  bump copyright year

files:
  conf.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/conf.py b/conf.py
--- a/conf.py
+++ b/conf.py
@@ -43,7 +43,7 @@
 
 # General information about the project.
 project = u'Python Developer\'s Guide'
-copyright = u'2011-2012, Python Software Foundation'
+copyright = u'2011-2014, Python Software Foundation'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list