From d03c06b47f466398bb8cd3331948351a241bc8f0 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 31 Jan 2022 16:35:41 +0000 Subject: [PATCH] appversion: Bump to 3.5.0-beta6 in develop for uniqueness --- config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/__init__.py b/config/__init__.py index eff2859b..0ad38b97 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -52,7 +52,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-beta4' +_static_appversion = '5.3.0-beta6' _cached_version: Optional[semantic_version.Version] = None copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'