From 471714f14918ec0172d82bf4ca14c6793e7ea2ba Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 5 Mar 2021 12:51:14 +0000 Subject: [PATCH] Bump version for `develop` to 4.3.0-beta1 Work against stable/main is going to be using 4.2.0-beta1 shortly. --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 06ccfc35..a77bd49c 100644 --- a/config.py +++ b/config.py @@ -28,7 +28,7 @@ appcmdname = 'EDMC' # appversion **MUST** follow Semantic Versioning rules: # # Major.Minor.Patch(-prerelease)(+buildmetadata) -appversion = '4.2.0-beta1' # -rc1+a872b5f' +appversion = '4.3.0-beta1' # -rc1+a872b5f' # For some things we want appversion without (possible) +build metadata appversion_nobuild = str(semantic_version.Version(appversion).truncate('prerelease')) copyright = '© 2015-2019 Jonathan Harris, 2020 EDCD'