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

develop: post-release version to 5.3.5-beta0

This commit is contained in:
Athanasius 2022-03-22 07:54:41 +00:00
parent 2de32279a4
commit e9bd0b4124
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.3.4'
_static_appversion = '5.3.5-beta0'
_cached_version: Optional[semantic_version.Version] = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'