From bfb7780efc2a0bc7c29cbb9f04bcd83a89dc0fa7 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 24 Mar 2021 13:45:35 +0000 Subject: [PATCH] Version to 4.2.0-beta1 to distinguish Python 3.8 builds * I don't want to be checking something against 4.1.x releases when my last build was with Python 3.8. # Conflicts: # config.py --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 3c1e9dbb..b9bcb652 100644 --- a/config.py +++ b/config.py @@ -29,7 +29,7 @@ appcmdname = 'EDMC' # appversion **MUST** follow Semantic Versioning rules: # # Major.Minor.Patch(-prerelease)(+buildmetadata) -appversion = '5.0.0-beta1' # -rc1+a872b5f' +appversion = '4.2.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'