mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-05 18:03:17 +03:00
config.py: Restor appversion to intended 5.0.0-beta1 for current develop.
This commit is contained in:
parent
e3d3e79b50
commit
7ad3518a7b
@ -29,7 +29,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.0-beta1' # -rc1+a872b5f'
|
appversion = '5.0.0-beta1' # -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 = '© 2015-2019 Jonathan Harris, 2020 EDCD'
|
copyright = '© 2015-2019 Jonathan Harris, 2020 EDCD'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user