From 7267e22864c5b54225328b298e71e64d7344e308 Mon Sep 17 00:00:00 2001 From: Dirk Eschler Date: Thu, 31 Jan 2013 17:06:02 +0100 Subject: [PATCH] Incremented year. --- docs/modeltranslation/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modeltranslation/conf.py b/docs/modeltranslation/conf.py index d1edf61..88e70cf 100644 --- a/docs/modeltranslation/conf.py +++ b/docs/modeltranslation/conf.py @@ -73,7 +73,7 @@ master_doc = 'index' # General information about the project. project = u'django-modeltranslation' -copyright = u'2009-2012, Peter Eschler, Dirk Eschler' +copyright = u'2009-2013, Peter Eschler, Dirk Eschler' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -279,7 +279,7 @@ texinfo_documents = [ epub_title = u'django-modeltranslation' epub_author = u'Dirk Eschler' epub_publisher = u'Dirk Eschler' -epub_copyright = u'2009-2012, Peter Eschler, Dirk Eschler' +epub_copyright = u'2009-2013, Peter Eschler, Dirk Eschler' # The language of the text. It defaults to the language option # or en if the language is not set.