From ddfc956e34650d547f7922ddef2febfc36d7b4b1 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Fri, 9 May 2025 21:25:31 -0400 Subject: [PATCH] [RELEASE[ 5.13.0 --- ChangeLog.md | 5 ++--- config/__init__.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 76309944..cb716373 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,10 +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. --- -Pre-Release 5.13.0-rc1 +Release 5.13.0-rc1 === -This is a release candidate for 5.13.0. It has been pushed to the "Beta" track for updates! - This release contains a significant refactoring away from ctypes code for interacting with the Windows API, establishment of a Common Code file and plugin, adds a timestamp check to discovered events, and more! @@ -56,6 +54,7 @@ This release also removes the check for WiX-based installer versions of EDMC pri * `help_open_log_folder()` is deprecated, and is slated for removal in 6.0 or later. Please migrate to open_folder() * `update_feed` is deprecated, and is slated for removal in 6.0 or later. Please migrate to `get_update_feed()` + Release 5.12.5 === Well that was certainly something. Happy April! This release removes the April 1 UwUification of EDMC diff --git a/config/__init__.py b/config/__init__.py index b6b8285c..580e68ec 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.13.0-rc1' +_static_appversion = '5.13.0' _cached_version: semantic_version.Version | None = None copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'