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:
parent
e1ef4f38f8
commit
b6b6f995e2
@ -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
|
||||||
===
|
===
|
||||||
|
|
||||||
|
@ -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'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user