diff --git a/ChangeLog.md b/ChangeLog.md index 9bdc3ad7f..8906e51c7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -27,6 +27,22 @@ produce the Windows executables and installer. --- +Release 5.2.4 +=== +This is a *very* minor update that simply imports the latest versions of +data files so that some niche functionality works properly. + +* Update `commodity.csv` and `rare_commodity.csv` from the latest + [EDCD/FDevIDs](https://github.com/EDCD/FDevIDs) versions. This addresses + an issue with export of market data in Trade Dangerous format containing + `OnionHeadC` rather than the correct name, `Onionhead Gamma Strain`, that + Trade Dangerous is expecting. + + This will only have affected Trade Dangerous users who use EDMarketConnector + as a source of market data. + +--- + Release 5.2.3 === diff --git a/config.py b/config.py index 22663eab4..6b08108fd 100644 --- a/config.py +++ b/config.py @@ -33,7 +33,7 @@ # # Major.Minor.Patch(-prerelease)(+buildmetadata) # NB: Do *not* import this, use the functions appversion() and appversion_nobuild() -_static_appversion = '5.2.3' +_static_appversion = '5.2.4' _cached_version: Optional[semantic_version.Version] = None copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD'