From 81e25adfb127e6f49647d38f96e3f738b9b600da Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 9 Mar 2021 13:17:51 +0000 Subject: [PATCH] Bump version to 5.0.0-beta1, due to removal of {stations,systems}.p files --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index a77bd49c..51edad4d 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.3.0-beta1' # -rc1+a872b5f' +appversion = '5.0.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'