1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

config.py: Bump to 5.3.0-beta4 to ensure I'm testing 3.10.2 build

This commit is contained in:
Athanasius 2022-01-20 13:28:47 +00:00
parent cb1bd5a08f
commit 2e50f357ee
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

@ -33,7 +33,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.3.0-beta3'
_static_appversion = '5.3.0-beta4'
_cached_version: Optional[semantic_version.Version] = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'