diff --git a/ChangeLog.md b/ChangeLog.md index 1d480798..6e39b8ec 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -27,7 +27,7 @@ produce the Windows executables and installer. --- -Pre-Release 5.4.0-beta0 +Release 5.4.0 === * We now test against, and package with, Python 3.10.4. @@ -35,6 +35,9 @@ Pre-Release 5.4.0-beta0 * Odyssey Update 12 will add `BodyID` to `CodexEntry` journal events, so don't overwrite this with an augmentation if it is already present. We've also added the same for `BodyName` in case Frontier ever add that. +* [Translations](https://github.com/EDCD/EDMarketConnector/issues/24) updated. + Thanks again to all the contributors. + Bug Fixes --- * Cross-check the `MarketID` in CAPI data, not only the station name, to ensure @@ -58,6 +61,8 @@ This now uses specific exit codes in all cases, rather than a generic `EXIT_SYS_ERR` (6) for some cases. See the appropriate line in EDMC.py for details. +--- + Release 5.3.4 === diff --git a/config/__init__.py b/config/__init__.py index becde1af..6d26ce73 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -52,7 +52,7 @@ appcmdname = 'EDMC' # # Major.Minor.Patch(-prerelease)(+buildmetadata) # NB: Do *not* import this, use the functions appversion() and appversion_nobuild() -_static_appversion = '5.4.0-beta0' +_static_appversion = '5.4.0' _cached_version: Optional[semantic_version.Version] = None copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'