From 1e09b61a273f511db7ce9707579ca574eb61fcb7 Mon Sep 17 00:00:00 2001 From: medmunds Date: Thu, 26 Jan 2017 11:43:28 -0800 Subject: [PATCH] Docs: remove old copyright year --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index af92543..1b36af1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ master_doc = 'index' # General information about the project. project = u'Anymail' # noinspection PyShadowingBuiltins -copyright = u'2016, Anymail contributors (see AUTHORS.txt)' +copyright = u'Anymail 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