From 186668ef4da0b41a0df17d18113731b0c5ad255c Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 27 May 2021 15:31:38 +0100 Subject: [PATCH] appversion: post-release bump to 5.0.4-beta0 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index d0fa3043..d09a3652 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' +_static_appversion = '5.0.4-beta0' copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'