From 38a61171126aef6f7da14ddfd94bb914570b212e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Thu, 27 Jun 2024 13:07:36 +0200 Subject: [PATCH] Update copyriht year in docs config --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 58b4c9a..740ae45 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ def setup(app): source_suffix = ".rst" master_doc = "index" project = "demandlib" -year = "2016-2021" +year = "2016-2024" author = "oemof developer group" copyright = "{0}, {1}".format(year, author) version = release = "0.1.10"