From b60130266e849e20bde422c6cc02a1d5ee139af6 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 15 Mar 2022 13:58:38 +0000 Subject: [PATCH] Release 5.3.2: appversion & changelog --- ChangeLog.md | 6 ++++++ config/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index d8f721e3..572acd67 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -27,6 +27,12 @@ produce the Windows executables and installer. --- +Release 5.3.2 +=== + +This release contains one change to cope with how Frontier decided to name +the Journal files differently in the Update 11 Odyssey client. + Release 5.3.1 === diff --git a/config/__init__.py b/config/__init__.py index 5d9cac1b..2e8b044d 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.2-beta0' +_static_appversion = '5.3.2' _cached_version: Optional[semantic_version.Version] = None copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'