From 6bac280a43ebb73b86039f411e576f1ffa4b226c Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 27 May 2021 15:05:59 +0100 Subject: [PATCH] Release 5.0.3: No longer an -rc1 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index e0f5c444..d0fa3043 100644 --- a/config.py +++ b/config.py @@ -33,7 +33,7 @@ appcmdname = 'EDMC' # # Major.Minor.Patch(-prerelease)(+buildmetadata) # NB: Do *not* import this, use the functions appversion() and appversion_nobuild() -_static_appversion = '5.0.3-rc1' +_static_appversion = '5.0.3' copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'