From a532f38e2ec349a754da25c660738ddc0a982ee1 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 17 Mar 2021 17:34:06 +0000 Subject: [PATCH] Extend EDCD copyright into 2021. --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 1c660ac7..8ce49ff9 100644 --- a/config.py +++ b/config.py @@ -16,7 +16,7 @@ appcmdname = 'EDMC' appversion = '4.2.2' #-rc1+a872b5f' # For some things we want appversion without (possible) +build metadata appversion_nobuild = str(semantic_version.Version(appversion).truncate('prerelease')) -copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD' +copyright = u'© 2015-2019 Jonathan Harris, 2020-2021 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml' update_interval = 8*60*60