From f5f8607faed42e20f1dcb45ccff77b1963149ac1 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 18 Jun 2022 14:43:23 +0100 Subject: [PATCH] develop: post-release version bump to 5.4.2.-alpha0 --- config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/__init__.py b/config/__init__.py index c72fe4cb..12e3f206 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' +_static_appversion = '5.4.2-alpha0' _cached_version: Optional[semantic_version.Version] = None copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'