From 6eed42d2abbc458b7df4d06faf55a70e33404030 Mon Sep 17 00:00:00 2001 From: Diego Moreda Date: Fri, 29 Jan 2016 20:11:26 +0100 Subject: [PATCH] Update documentation copyright year to 2016 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index cd533a4d8..66223d6f7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ source_suffix = '.rst' master_doc = 'index' project = u'beets' -copyright = u'2012, Adrian Sampson' +copyright = u'2016, Adrian Sampson' version = '1.3' release = '1.3.17'