From f44fa2489fa8c75d27b38a3923cf82e4a89e13c5 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Sun, 4 Aug 2024 21:52:30 -0400 Subject: [PATCH] [RELEASE] 5.11.3 --- ChangeLog.md | 3 +-- config/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index e8f4d1c7..9fa00bfb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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. diff --git a/config/__init__.py b/config/__init__.py index a8545ea9..51305c8d 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -52,7 +52,7 @@ appcmdname = 'EDMC' # # 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'