mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
[RELEASE] 5.11.3
This commit is contained in:
parent
8c24768828
commit
f44fa2489f
@ -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
|
||||
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.
|
||||
|
||||
|
@ -52,7 +52,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.11.3-beta0'
|
||||
_static_appversion = '5.11.3'
|
||||
_cached_version: semantic_version.Version | None = None
|
||||
copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user