From ce9e7985c710dc89e0557b8aa3954d90e6a9ad99 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 4 Jun 2021 19:26:31 +0100 Subject: [PATCH] Release 5.1.0: Post-release bump of appversion to next-beta0 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 99295346..94843654 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.1.0' +_static_appversion = '5.1.1-beta0' copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'