This release mirrors the [official v0.125.5 patch release for Hugo](https://github.com/gohugoio/hugo/releases/tag/v0.125.5). For the changes incorporated into Hugo with this release, please refer to the [release notes](https://github.com/gohugoio/hugo/releases/tag/v0.125.5) for Hugo v0.125.5.
The release can be installed and used with the
bash
pip install hugo
command on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64).
Some new updates
* Wheels are now available for `s390x` and `ppc64le` architectures on Linux (https://github.com/agriyakhetarpal/hugo-python-distributions/pull/89, 5c7664c22998f208b14c2f0295fc4fc4b290e0ee)
* Build static binaries on Windows to avoid missing DLLs (https://github.com/agriyakhetarpal/hugo-python-distributions/pull/94)
**Full range of commits**: https://github.com/agriyakhetarpal/hugo-python-distributions/compare/v0.125.4...v0.125.5