From c18c1810de09f0db5340f3a4e52c5f9100926808 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 18 Mar 2022 10:08:53 +0000 Subject: [PATCH 1/2] Pre-Release 5.3.4-beta1: appversion & changelog --- ChangeLog.md | 11 +++++++++++ config/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index b3c09975..8d7a111c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -29,6 +29,17 @@ produce the Windows executables and installer. * We now test against, and package with, Python 3.10.3. +Release 5.3.4 +=== + +Whilst EDMarketConnector.exe was fixed for the Odyssey Update 11 difference in +Journal file names, EDMC.exe was not. + +* Use the new common function for finding latest journal file in EDMC.py. +* Quietens some NavRoute related logging for the benefit of EDMC.py. This is + now at DEBUG level, rather than INFO. + + Release 5.3.3 === diff --git a/config/__init__.py b/config/__init__.py index 24299124..e9a18438 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.3.4-beta0' +_static_appversion = '5.3.4-beta1' _cached_version: Optional[semantic_version.Version] = None copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD' From 693463d3a0dbe58a1f72b83fc09a44a4398af3fd Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 22 Mar 2022 07:28:20 +0000 Subject: [PATCH 2/2] Release 5.3.4: appversion (changelog identical to -beta1) --- config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/__init__.py b/config/__init__.py index e9a18438..fa485ba6 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.3.4-beta1' +_static_appversion = '5.3.4' _cached_version: Optional[semantic_version.Version] = None copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'