From 20c60a3bb17b559746e575b4963dbb128b47a19b Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 8 Jun 2022 14:00:21 +0100 Subject: [PATCH] Release 5.4.0: appversion & Changelog Unchanged from 5.4.0-beta0 other than version change and thanking translators in Changelog.md. --- ChangeLog.md | 7 ++++++- config/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 1d4807980..6e39b8ec6 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 becde1af6..6d26ce737 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -52,7 +52,7 @@ # # 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'