From 1fa5fd63ead17a65efe8b5606a38008e13d32279 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:09:25 +0000 Subject: [PATCH] Prepare release v6.5.4 ## heroku/python ### Changed - Updated uv from 0.11.19 to 0.11.28. ([#589](https://github.com/heroku/buildpacks-python/pull/589)) --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7825364..3d9e433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.5.4] - 2026-07-10 + ### Changed - Updated uv from 0.11.19 to 0.11.28. ([#589](https://github.com/heroku/buildpacks-python/pull/589)) @@ -671,7 +673,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation. ([#3](https://github.com/heroku/buildpacks-python/pull/3)) -[unreleased]: https://github.com/heroku/buildpacks-python/compare/v6.5.3...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v6.5.4...HEAD +[6.5.4]: https://github.com/heroku/buildpacks-python/compare/v6.5.3...v6.5.4 [6.5.3]: https://github.com/heroku/buildpacks-python/compare/v6.5.2...v6.5.3 [6.5.2]: https://github.com/heroku/buildpacks-python/compare/v6.5.1...v6.5.2 [6.5.1]: https://github.com/heroku/buildpacks-python/compare/v6.5.0...v6.5.1 diff --git a/buildpack.toml b/buildpack.toml index d1e9493..18a8890 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/python" -version = "6.5.3" +version = "6.5.4" name = "Heroku Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's buildpack for Python applications."