From 13119b950984c8c31261166183f02dbca51f0d28 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 4 Jun 2021 14:02:59 +0100 Subject: [PATCH] Release 5.1.0: *not* 5.0.5. We want the Minor bump. --- ChangeLog.md | 2 +- PLUGINS.md | 2 +- config.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 0f3991a5..d8e3062b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,7 +17,7 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are in the source (it's not distributed with the Windows installer) for the currently used version in a given branch. -Release 5.0.5 +Release 5.1.0 === * Updates to how this application utilises the Inara.cz API. diff --git a/PLUGINS.md b/PLUGINS.md index b12926d7..a5f39edd 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -668,7 +668,7 @@ The "language", "gameversion" and "build" values from the "Fileheader" event are all now stored in `state[]` fields; "GameLanguage", "GameVersion" and "GameBuild". -New in version 5.0.5: +New in version 5.1.0: `state` entries added for Taxi, Dropship, Body and BodyType. diff --git a/config.py b/config.py index 010d5d74..99295346 100644 --- a/config.py +++ b/config.py @@ -33,7 +33,7 @@ appcmdname = 'EDMC' # # Major.Minor.Patch(-prerelease)(+buildmetadata) # NB: Do *not* import this, use the functions appversion() and appversion_nobuild() -_static_appversion = '5.0.5' +_static_appversion = '5.1.0' copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'