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

Revert "develop: Bump appversion in anticipation of 5.4.0 release"

This reverts commit c8fb9b1c4b170527e6618ef4dbdd1d15ffe88ff1.
This commit is contained in:
Athanasius 2022-06-08 14:19:28 +01:00
parent c8fb9b1c4b
commit c70cb00ead
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

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.4.1-alpha0'
_static_appversion = '5.3.5-beta0'
_cached_version: Optional[semantic_version.Version] = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'