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

appversion: Change to 5.6.0-alpha2 to be distinct

* This is alpha, not beta.
* We have an -alpha0 and a -beta1 already, so use -alpha2 so even that digit
  is distinct.
This commit is contained in:
Athanasius 2022-11-28 11:08:48 +00:00
parent 5743fd3803
commit 1ec1253b48
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -52,7 +52,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.6.0-alpha0'
_static_appversion = '5.6.0-alpha2'
_cached_version: Optional[semantic_version.Version] = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'