Skip to content

Commit

Permalink
Release 5.2.4: appversion & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanasius committed Dec 16, 2021
1 parent 5c26501 commit d8b29e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
===

Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.2.3'
_static_appversion = '5.2.4'
_cached_version: Optional[semantic_version.Version] = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD'

Expand Down

0 comments on commit d8b29e4

Please sign in to comment.