1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 15:27:14 +03:00

[RELEASE] 5.12.2

This commit is contained in:
David Sangrey 2025-02-16 19:55:52 -05:00
parent bbdb2bbce4
commit 310cf9f875
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -52,7 +52,7 @@ appcmdname = 'EDMC'
# <https://semver.org/#semantic-versioning-specification-semver>
# 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'