From c70cb00eadf12c9f1ce8975c0f86dd0cfe75e8af Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 8 Jun 2022 14:19:28 +0100 Subject: [PATCH] Revert "develop: Bump appversion in anticipation of 5.4.0 release" This reverts commit c8fb9b1c4b170527e6618ef4dbdd1d15ffe88ff1. --- config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/__init__.py b/config/__init__.py index 924151ef..408d50ea 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.4.1-alpha0' +_static_appversion = '5.3.5-beta0' _cached_version: Optional[semantic_version.Version] = None copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'