Skip to content

v0.162.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 02:27
· 14 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.162.1
c6b91c4

hugo-python-distributions (Hugo) v0.162.1

This release mirrors the official v0.162.1 patch release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.162.1.

The release can be installed and used with any of the following commands:

# either install it
pip install hugo
pipx install hugo
uv pip install hugo
uv tool install hugo

# or run it directly
pipx run hugo
uv run hugo
uvx hugo

on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64, arm64, i686).

Changes that made it to this release

  • Install executable to platlib and override mesonpy._WheelBuilder._has_extension_modules by @agriyakhetarpal in #317
  • Update Hugo to v0.162.1 by @app/github-actions in #315
  • Install into py.get_install_dir() and set ninja as a build-time dependency by @agriyakhetarpal in #316

Full range of commits: v0.162.0.1...v0.162.1