1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

Release 5.4.0: appversion & Changelog

Unchanged from 5.4.0-beta0 other than version change and thanking translators
in Changelog.md.
This commit is contained in:
Athanasius 2022-06-08 14:00:21 +01:00
parent 44ecfb12cb
commit 20c60a3bb1
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D
2 changed files with 7 additions and 2 deletions

View File

@ -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
===

View File

@ -52,7 +52,7 @@ appcmdname = 'EDMC'
# <https://semver.org/#semantic-versioning-specification-semver>
# 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'