From 16ffdffdd93453c94917e621a6b949f922c69cc7 Mon Sep 17 00:00:00 2001
From: David Sangrey <rixxan@hullseals.space>
Date: Thu, 3 Aug 2023 22:35:35 -0400
Subject: [PATCH] Release/5.9.3 Update Changelog and Version

---
 ChangeLog.md       | 6 ++++++
 config/__init__.py | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index 351ab33d..50739ec4 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -33,6 +33,12 @@ produce the Windows executables and installer.
   currently used version in a given branch.
 
 ---
+Release 5.9.3
+===
+This release is identical to 5.9.3, except reverts a bad change. 
+
+- REVERTS Deprecated load_module() is now retired (#1462)
+
 Release 5.9.2
 ===
 This release fixes a critical issue on clean installs which would not update the
diff --git a/config/__init__.py b/config/__init__.py
index e9079c28..44c20465 100644
--- a/config/__init__.py
+++ b/config/__init__.py
@@ -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.2'
+_static_appversion = '5.9.3'
 _cached_version: Optional[semantic_version.Version] = None
 copyright = '© 2015-2019 Jonathan Harris, 2020-2023 EDCD'