mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
Release 4.2.7: appversion and changelog
This commit is contained in:
parent
64bc491224
commit
d458034471
@ -1,6 +1,12 @@
|
|||||||
This is the master changelog for Elite Dangerous Market Connector. Entries are in reverse chronological order (latest first).
|
This is the master changelog for Elite Dangerous Market Connector. Entries are in reverse chronological order (latest first).
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Release 4.2.7
|
||||||
|
===
|
||||||
|
|
||||||
|
Developer error meant that 4.2.6 didn't actually contain the intended fix.
|
||||||
|
This will, honest. No, it wasn't intended as an April Stupids Day prank.
|
||||||
|
|
||||||
Release 4.2.6
|
Release 4.2.6
|
||||||
===
|
===
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ appcmdname = 'EDMC'
|
|||||||
# appversion **MUST** follow Semantic Versioning rules:
|
# appversion **MUST** follow Semantic Versioning rules:
|
||||||
# <https://semver.org/#semantic-versioning-specification-semver>
|
# <https://semver.org/#semantic-versioning-specification-semver>
|
||||||
# Major.Minor.Patch(-prerelease)(+buildmetadata)
|
# Major.Minor.Patch(-prerelease)(+buildmetadata)
|
||||||
appversion = '4.2.6' # -rc1+a872b5f'
|
appversion = '4.2.7' # -rc1+a872b5f'
|
||||||
# For some things we want appversion without (possible) +build metadata
|
# For some things we want appversion without (possible) +build metadata
|
||||||
appversion_nobuild = str(semantic_version.Version(appversion).truncate('prerelease'))
|
appversion_nobuild = str(semantic_version.Version(appversion).truncate('prerelease'))
|
||||||
copyright = u'© 2015-2019 Jonathan Harris, 2020-2021 EDCD'
|
copyright = u'© 2015-2019 Jonathan Harris, 2020-2021 EDCD'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user