From d458034471a5d3951550e2c495c61e15d819de47 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 1 Apr 2021 14:22:12 +0100 Subject: [PATCH] Release 4.2.7: appversion and changelog --- ChangeLog.md | 6 ++++++ config.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 68197ab6..f66335f5 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.2.7 +=== + + Developer error meant that 4.2.6 didn't actually contain the intended fix. +This will, honest. No, it wasn't intended as an April Stupids Day prank. + Release 4.2.6 === diff --git a/config.py b/config.py index 1228897d..b07aa20a 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.2.6' # -rc1+a872b5f' +appversion = '4.2.7' # -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-2021 EDCD'