mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-16 09:10:35 +03:00
Release 5.2.1: appversion and changelog
This commit is contained in:
parent
39a303fd17
commit
b589ac39a5
@ -27,13 +27,7 @@ produce the Windows executables and installer.
|
||||
|
||||
---
|
||||
|
||||
Pre-Release 5.2.1-rc2
|
||||
===
|
||||
|
||||
This fixes a code error that prevented caused some new debug code to cause
|
||||
CAPI queries to fail.
|
||||
|
||||
Pre-Release 5.2.1-rc1
|
||||
Release 5.2.1
|
||||
===
|
||||
|
||||
This release primarily addresses the issue of the program asking for
|
||||
|
@ -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.2.1-rc2'
|
||||
_static_appversion = '5.2.1'
|
||||
_cached_version: Optional[semantic_version.Version] = None
|
||||
copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user