1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-18 09:57:40 +03:00

Pre-Release 5.3.0-beta10: appversion and changelog

This commit is contained in:
Athanasius 2022-02-08 16:31:31 +00:00
parent e1ef4f38f8
commit b6b6f995e2
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D
2 changed files with 10 additions and 1 deletions

View File

@ -27,6 +27,15 @@ produce the Windows executables and installer.
--- ---
Pre-Release 5.3.0-beta10
===
* Revert `semantic_version` python module to v2.8.5, as v2.9.0 doesn't get
correctly included by py2exe. This leads to application crash at startup
when using the Windows .exe.
---
Pre-Release 5.3.0-beta9 Pre-Release 5.3.0-beta9
=== ===

View File

@ -52,7 +52,7 @@ appcmdname = 'EDMC'
# <https://semver.org/#semantic-versioning-specification-semver> # <https://semver.org/#semantic-versioning-specification-semver>
# Major.Minor.Patch(-prerelease)(+buildmetadata) # Major.Minor.Patch(-prerelease)(+buildmetadata)
# NB: Do *not* import this, use the functions appversion() and appversion_nobuild() # NB: Do *not* import this, use the functions appversion() and appversion_nobuild()
_static_appversion = '5.3.0-beta9' _static_appversion = '5.3.0-beta10'
_cached_version: Optional[semantic_version.Version] = None _cached_version: Optional[semantic_version.Version] = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD' copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'