From 5589c16dea3dceda92bff534b9a1a4396cae42ff Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 31 Dec 2021 20:24:07 +0000 Subject: [PATCH] config: Bump copyright end year --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 14a79651..18879201 100644 --- a/config.py +++ b/config.py @@ -35,7 +35,7 @@ appcmdname = 'EDMC' # NB: Do *not* import this, use the functions appversion() and appversion_nobuild() _static_appversion = '5.3.0-beta3' _cached_version: Optional[semantic_version.Version] = None -copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD' +copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml' update_interval = 8*60*60