From 98e20b4568884d8d5b2ace799ff1ceed998eed61 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 21 Jul 2020 18:27:09 +0100 Subject: [PATCH] Pre-Release 4.0.3-rc2 --- ChangeLog.md | 6 ++++++ config.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 3a3a5951..269a69cb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,12 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are in reverse chronological order (latest first). --- +Release Candidate 4.0.3-rc2 +=== + +This is exactly the same as -rc1 except I fixed a missing line of code that +prevented the EDSM plugin from loading. + Release Candidate 4.0.3-rc1 === diff --git a/config.py b/config.py index 40a75669..b2c1c2dc 100644 --- a/config.py +++ b/config.py @@ -12,7 +12,7 @@ appcmdname = 'EDMC' # appversion **MUST** follow Semantic Versioning rules: # # Major.Minor.Patch(-prerelease)(+buildmetadata) -appversion = '4.0.3-rc1' #-rc1+a872b5f' +appversion = '4.0.3-rc2' #-rc1+a872b5f' # For some things we want appversion without (possible) +build metadata appversion_nobuild = str(semantic_version.Version(appversion).truncate('prerelease')) copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD'