From b422312a38b517d77f920ace68f24cbe0f60faaf Mon Sep 17 00:00:00 2001 From: Jeff Paine Date: Sun, 9 Nov 2014 21:08:27 -0500 Subject: [PATCH] Update docs copyright year range --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7acf7c7fa..fdd3025db 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # General information about the project. project = u'Scrapy' -copyright = u'2008-2013, Scrapy developers' +copyright = u'2008-2014, Scrapy developers' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the