Skip to content

Commit

Permalink
Release 5.4.0: appversion & Changelog
Browse files Browse the repository at this point in the history
Unchanged from 5.4.0-beta0 other than version change and thanking translators
in Changelog.md.
  • Loading branch information
Athanasius committed Jun 8, 2022
1 parent 44ecfb1 commit 20c60a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@ 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.
* New EDDN schema `fssbodysignals` is now supported.
* 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
Expand All @@ -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
===

Expand Down
2 changes: 1 addition & 1 deletion config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# <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'

Expand Down

0 comments on commit 20c60a3

Please sign in to comment.