1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-05 09:53:33 +03:00

Release 5.1.0: *not* 5.0.5. We want the Minor bump.

This commit is contained in:
Athanasius 2021-06-04 14:02:59 +01:00
parent e61c9bbe1f
commit 13119b9509
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are
in the source (it's not distributed with the Windows installer) for the in the source (it's not distributed with the Windows installer) for the
currently used version in a given branch. currently used version in a given branch.
Release 5.0.5 Release 5.1.0
=== ===
* Updates to how this application utilises the Inara.cz API. * Updates to how this application utilises the Inara.cz API.

View File

@ -668,7 +668,7 @@ The "language", "gameversion" and "build" values from the "Fileheader" event
are all now stored in `state[]` fields; "GameLanguage", "GameVersion" and are all now stored in `state[]` fields; "GameLanguage", "GameVersion" and
"GameBuild". "GameBuild".
New in version 5.0.5: New in version 5.1.0:
`state` entries added for Taxi, Dropship, Body and BodyType. `state` entries added for Taxi, Dropship, Body and BodyType.

View File

@ -33,7 +33,7 @@ appcmdname = 'EDMC'
# <https://semver.org/#semantic-versioning-specification-semver> # <https://semver.org/#semantic-versioning-specification-semver>
# Major.Minor.Patch(-prerelease)(+buildmetadata) # Major.Minor.Patch(-prerelease)(+buildmetadata)
# NB: Do *not* import this, use the functions appversion() and appversion_nobuild() # NB: Do *not* import this, use the functions appversion() and appversion_nobuild()
_static_appversion = '5.0.5' _static_appversion = '5.1.0'
copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD' copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD'
update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'