From 310cf9f87571254189dbbd1e60f035febe3c0f06 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Sun, 16 Feb 2025 19:55:52 -0500 Subject: [PATCH] [RELEASE] 5.12.2 --- ChangeLog.md | 4 +++- config/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 548d76f7..2d7c9423 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,7 +7,7 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are currently used version. --- -Pre-Release 5.12.2-rc1 +Release 5.12.2 === This is a pre-release to test a number of bugfixes and security improvements in EDMC. @@ -16,6 +16,8 @@ This is a pre-release to test a number of bugfixes and security improvements in * Adds a "Copy" icon in the EDMC System Profiler * Includes additional Loadout event properties in the "State" context * Updates Dependencies and Submodules +* Removes an outdated development script that was no longer in use and prevented dependency updates +* Replaces types-pkg-resources with types-setuptools per PyPi documentation **Bug Fixes** * Removes Duplicate Coriolis Definitions Included In Submodules diff --git a/config/__init__.py b/config/__init__.py index 6ba2bede..adf3e47f 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.2-rc1' +_static_appversion = '5.12.2' _cached_version: semantic_version.Version | None = None copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'