From 53536e8a2e7a14fe6fa9bac210b27e8bb191278d Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Sat, 27 Apr 2019 20:29:06 +0100 Subject: [PATCH] DOC: updated year in copyright --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 9fefc13..32afe98 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -79,7 +79,7 @@ master_doc = 'index' # General information about the project. project = u'GeoPandas' -copyright = u'2013–2018, GeoPandas developers' +copyright = u'2013–2019, GeoPandas developers' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the