From 8e7133aef9e6c0d2465e07e92d954e95dedd3881 Mon Sep 17 00:00:00 2001 From: Will Schlitzer Date: Mon, 10 Jan 2022 14:01:52 +0000 Subject: [PATCH] DOC: Update copyright year to 2022 in conf.py (#2293) --- 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 443c28e..3ce5df8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -86,7 +86,7 @@ master_doc = "index" # General information about the project. project = u"GeoPandas" -copyright = u"2013–2021, GeoPandas developers" +copyright = u"2013–2022, 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