From a4e1a42783713756e9b4b6fb2a2d062ac5bae61b Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 26 Aug 2020 18:12:31 +0100 Subject: [PATCH] Version 4.0.6 --- ChangeLog.md | 6 ++++++ config.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 250a545f..c6c6e64b 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 4.0.6 +=== + + * Correct the three System Provider plugins to *not* show the *next* system + in a plotted route instead of the current system. + Release 4.0.5 === diff --git a/config.py b/config.py index 568178ac..1e1e9146 100644 --- a/config.py +++ b/config.py @@ -13,7 +13,7 @@ appcmdname = 'EDMC' # appversion **MUST** follow Semantic Versioning rules: # # Major.Minor.Patch(-prerelease)(+buildmetadata) -appversion = '4.0.5' #-rc1+a872b5f' +appversion = '4.0.6' #-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'