From 99cbbf1cf88ffb3db7bc259c6dbd412d1adbd8d4 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 22 Mar 2021 16:04:02 +0000 Subject: [PATCH] Releasing.md: .pre-commit-config.yaml may need python version updating also. --- docs/Releasing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Releasing.md b/docs/Releasing.md index d904e731..fcfc89ad 100644 --- a/docs/Releasing.md +++ b/docs/Releasing.md @@ -373,3 +373,5 @@ When changing the Python version (Major.Minor.Patch) used: 1. `setup.py` will need its version check updating. 1. `EDMarketConnector.wxs` will need updating to reference the correct pythonXX.dll file. + 1. `.pre-commit-config.yaml` will need the `default_language_version` + section updated to the appropriate version.