1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

Merge branch 'stable' into develop

This commit is contained in:
David Sangrey 2023-08-22 17:28:34 -04:00
commit d0b5a27cc2
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
2 changed files with 12 additions and 1 deletions

View File

@ -33,6 +33,17 @@ produce the Windows executables and installer.
currently used version in a given branch.
---
Release 5.9.5
===
This release fixes an uncommon problem with the uninstaller logic if upgrading from a version prior
to 5.9.0 to improve consistancy across versions.
Note to plugin developers: modules.p and ships.p will be deprecated in the next version, and slated
for removal in the next major release! Please look for that change coming soon.
- Updates Module pickle files to latest values
- Fixes a problem with the uninstaller logic caused by prior versions having fluctuating GUIDs.
Release 5.9.4
===
This release fixes a widely-reported bug that resulted in the cAPI Authentication

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.9.4'
_static_appversion = '5.9.5'
_cached_version: Optional[semantic_version.Version] = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2023 EDCD'