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

Pre-Release 5.2.1-rc2: appversion and changelog

This commit is contained in:
Athanasius 2021-11-06 14:58:30 +00:00
parent 9600228391
commit 39a303fd17
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D
2 changed files with 7 additions and 1 deletions

View File

@ -27,6 +27,12 @@ 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 Pre-Release 5.2.1-rc1
=== ===

View File

@ -33,7 +33,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.2.1-rc1' _static_appversion = '5.2.1-rc2'
_cached_version: Optional[semantic_version.Version] = None _cached_version: Optional[semantic_version.Version] = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD' copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD'