mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 01:22:19 +03:00
Pre-Release 4.0.3-rc2
This commit is contained in:
parent
b6f6365566
commit
98e20b4568
@ -1,6 +1,12 @@
|
||||
This is the master changelog for Elite Dangerous Market Connector. Entries are in reverse chronological order (latest first).
|
||||
---
|
||||
|
||||
Release Candidate 4.0.3-rc2
|
||||
===
|
||||
|
||||
This is exactly the same as -rc1 except I fixed a missing line of code that
|
||||
prevented the EDSM plugin from loading.
|
||||
|
||||
Release Candidate 4.0.3-rc1
|
||||
===
|
||||
|
||||
|
@ -12,7 +12,7 @@ appcmdname = 'EDMC'
|
||||
# appversion **MUST** follow Semantic Versioning rules:
|
||||
# <https://semver.org/#semantic-versioning-specification-semver>
|
||||
# Major.Minor.Patch(-prerelease)(+buildmetadata)
|
||||
appversion = '4.0.3-rc1' #-rc1+a872b5f'
|
||||
appversion = '4.0.3-rc2' #-rc1+a872b5f'
|
||||
# For some things we want appversion without (possible) +build metadata
|
||||
appversion_nobuild = str(semantic_version.Version(appversion).truncate('prerelease'))
|
||||
copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD'
|
||||
|
Loading…
x
Reference in New Issue
Block a user