From d656354a9aca8304a51dbe13f20d352606e11675 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 6 Mar 2021 12:30:11 +0000 Subject: [PATCH] Releasing.md: Document necessary updates when changing Python version --- docs/Releasing.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/Releasing.md b/docs/Releasing.md index 23ddcb63..3f5419b5 100644 --- a/docs/Releasing.md +++ b/docs/Releasing.md @@ -356,3 +356,18 @@ If you are making a pre-release then: 1. **DO NOT** merge into `stable`. 1. *Do* merge the code into `beta` after you have made a 'pre-release' on GitHub. + +# Changing Python version + +When changing the Python version (Major.Minor.Patch) used: + +1. Any version change: + + 1. `.github/workflows/windows-build.yml` needs updating to have the GitHub + based build use the correct version. + +1. Major or Minor level changes: + + 1. `setup.py` will need its version check updating. + 1. `EDMarketConnector.wxs` will need updating to reference the correct + pythonXX.dll file.