1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-07 19:03:23 +03:00

[RELEASE] 5.11.3

This commit is contained in:
David Sangrey 2024-08-04 21:52:30 -04:00
parent 8c24768828
commit f44fa2489f
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
2 changed files with 2 additions and 3 deletions

View File

@ -6,9 +6,8 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are
in the source (not distributed with the Windows installer) for the in the source (not distributed with the Windows installer) for the
currently used version. currently used version.
--- ---
Release 5.11.3-beta0 Release 5.11.3
=== ===
This is a release candidate for 5.11.3.
This release fixes a bug where an incomplete hand-over from ordereddict to dict types would cause a sender failure. This release fixes a bug where an incomplete hand-over from ordereddict to dict types would cause a sender failure.

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.11.3-beta0' _static_appversion = '5.11.3'
_cached_version: semantic_version.Version | None = None _cached_version: semantic_version.Version | None = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD' copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'