1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 01:00:42 +03:00

Bump version to 5.0.0-beta1, due to removal of {stations,systems}.p files

This commit is contained in:
Athanasius 2021-03-09 13:17:51 +00:00
parent 357f2278b2
commit 81e25adfb1

View File

@ -28,7 +28,7 @@ appcmdname = 'EDMC'
# appversion **MUST** follow Semantic Versioning rules:
# <https://semver.org/#semantic-versioning-specification-semver>
# Major.Minor.Patch(-prerelease)(+buildmetadata)
appversion = '4.3.0-beta1' # -rc1+a872b5f'
appversion = '5.0.0-beta1' # -rc1+a872b5f'
# For some things we want appversion without (possible) +build metadata
appversion_nobuild = str(semantic_version.Version(appversion).truncate('prerelease'))
copyright = '© 2015-2019 Jonathan Harris, 2020 EDCD'