Prep release 5.4.3 (#1187)

* Prep k8s collection release 5.4.3

* Update release date for 5.4.3

* Update changelog.yaml and changelog.rst mismatches
This commit is contained in:
Bianca Henderson
2026-07-08 11:04:38 -04:00
committed by GitHub
parent 0cd0f3df9e
commit efe2d1aa69
9 changed files with 52 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
# Also needs to be updated in galaxy.yml
VERSION = 5.4.2
VERSION = 5.4.3
TEST_ARGS ?= ""
PYTHON_VERSION ?= `python -c 'import platform; print(".".join(platform.python_version_tuple()[0:2]))'`