From d81c93c4ac87396a249dbbe233f99f2d5970b017 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 22 Jan 2023 13:11:59 +0000 Subject: [PATCH] Release 5.8.1: appversion & changelog --- ChangeLog.md | 5 +++++ config/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index e94b376f..7cb178e4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -34,6 +34,11 @@ produce the Windows executables and installer. --- +Release 5.8.1 +=== +This fixes a bug where the Cmdr/APIKey sections on Settings > EDSM would never +be shown. + Release 5.8.0 === This release is essentially the same as 5.8.0-rc3 with only the version and diff --git a/config/__init__.py b/config/__init__.py index ea9a3934..7b00f21f 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.8.1-alpha0' +_static_appversion = '5.8.1' _cached_version: Optional[semantic_version.Version] = None copyright = '© 2015-2019 Jonathan Harris, 2020-2023 EDCD'