From 9bfde497e54beee986448e4173da13a27f6065ed Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 4 Jan 2020 01:39:29 +0100 Subject: [PATCH] Copyright 2020 in the docs --- doc/src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/conf.py b/doc/src/conf.py index 820cad40..b2999428 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # General information about the project. project = u'Psycopg' -copyright = u'2001-2019, Federico Di Gregorio, Daniele Varrazzo' +copyright = u'2001-2020, Federico Di Gregorio, Daniele Varrazzo' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the