From 2e50f357ee5fe03c16e74a52a91b3564b714ba96 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 20 Jan 2022 13:28:47 +0000 Subject: [PATCH] config.py: Bump to 5.3.0-beta4 to ensure I'm testing 3.10.2 build --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 18879201..b32b2613 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.3.0-beta3' +_static_appversion = '5.3.0-beta4' _cached_version: Optional[semantic_version.Version] = None copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'