From 57cdda6218c5221e90bdbe630671844e888138cc Mon Sep 17 00:00:00 2001
From: Athanasius <Athanasius@miggy.org>
Date: Wed, 14 Dec 2022 11:45:59 +0000
Subject: [PATCH] docs/Releasing: no .wxs file updated needed for python
 version bump

The file is auto-generated, so the "different filename of python DLLs" is
taken care of by the build process.
---
 docs/Releasing.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/Releasing.md b/docs/Releasing.md
index ff317a9f..7e7d818a 100644
--- a/docs/Releasing.md
+++ b/docs/Releasing.md
@@ -455,7 +455,5 @@ When changing the Python version (Major.Minor.Patch) used:
 1. Major or Minor level changes:
 
     1. `Build-exe-and-msi.py` will need its version check updating.
-    2. `EDMarketConnector.wxs` will need updating to reference the correct
-       pythonXX.dll file.
-    3. `.pre-commit-config.yaml` will need the `default_language_version`
+    2. `.pre-commit-config.yaml` will need the `default_language_version`
        section updated to the appropriate version.