From c83aee0bf25da9b8b70042197d785e2fbe4153b7 Mon Sep 17 00:00:00 2001 From: medmunds Date: Wed, 13 May 2015 18:47:18 -0700 Subject: [PATCH] Update the docs copyright year (Didn't realize we had a docs copyright year.) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index afdfb74..6fe03f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ master_doc = 'index' # General information about the project. project = u'Djrill' # noinspection PyShadowingBuiltins -copyright = u'2013, Djrill contributors (see AUTHORS.txt)' +copyright = u'2015, Djrill contributors (see AUTHORS.txt)' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the