Skip to content

Commit

Permalink
[RELEASE] 5.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed Feb 17, 2025
1 parent bbdb2bb commit 310cf9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# <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'

Expand Down

0 comments on commit 310cf9f

Please sign in to comment.