1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

[Minor] Bump Version String

This commit is contained in:
David Sangrey 2023-12-16 14:58:36 -05:00
parent be036bdb77
commit 51cd0f85b0
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -54,7 +54,7 @@ appcmdname = 'EDMC'
# <https://semver.org/#semantic-versioning-specification-semver>
# Major.Minor.Patch(-prerelease)(+buildmetadata)
# NB: Do *not* import this, use the functions appversion() and appversion_nobuild()
_static_appversion = '5.10.0-beta1'
_static_appversion = '5.10.0-rc1'
_cached_version: semantic_version.Version | None = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2023 EDCD'