From 19baae3d3445344679b68436322de08b5babf9a1 Mon Sep 17 00:00:00 2001 From: Joe Friedl Date: Thu, 13 Feb 2014 10:28:21 -0500 Subject: [PATCH] Update docs copyright date Happy belated New Year! --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index feed359f..16c841f4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ master_doc = 'index' # General information about the project. project = u'Flask' -copyright = u'2013, Armin Ronacher' +copyright = u'2014, Armin Ronacher' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the