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