1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 00:30:33 +03:00

Releasing.md: .pre-commit-config.yaml may need python version updating also.

This commit is contained in:
Athanasius 2021-03-22 16:04:02 +00:00
parent bbb99eff2c
commit 99cbbf1cf8

View File

@ -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.