From 0cfc4873c6644d26f12770aa4042be53517754d7 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Mon, 30 Sep 2024 22:58:16 -0400 Subject: [PATCH] [RELEASE] 5.12.1-rc2 --- ChangeLog.md | 2 +- config/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 1f1d11fd..151d4376 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,7 +6,7 @@ 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.12.1-rc1 +Pre-Release 5.12.1-rc2 === This is a release candidate for 5.12.1. It has been pushed to the "Beta" track for updates! diff --git a/config/__init__.py b/config/__init__.py index 79897984..d9ff3b79 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.12.1-beta1' +_static_appversion = '5.12.1-rc2' _cached_version: semantic_version.Version | None = None copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'