diff --git a/ChangeLog.md b/ChangeLog.md index 548d76f79..2d7c9423c 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 6ba2bedee..adf3e47f7 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -52,7 +52,7 @@ # # 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'