diff --git a/.github/workflows/build-hatch.yml b/.github/workflows/build-hatch.yml index 209aec7c2..cf10f4599 100644 --- a/.github/workflows/build-hatch.yml +++ b/.github/workflows/build-hatch.yml @@ -127,7 +127,7 @@ jobs: CARGO: cargo CARGO_BUILD_TARGET: ${{ matrix.job.target }} PYAPP_REPO: pyapp - PYAPP_VERSION: "0.21.0" + PYAPP_VERSION: "0.21.1" PYAPP_UV_ENABLED: "true" PYAPP_PASS_LOCATION: "true" diff --git a/docs/history/hatch.md b/docs/history/hatch.md index a25dc1ed0..7a20ed51c 100644 --- a/docs/history/hatch.md +++ b/docs/history/hatch.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ***Added:*** -- Upgrade PyApp to 0.21.0 for binary builds +- Upgrade PyApp to 0.21.1 for binary builds ***Fixed:***