From 6214994c49a0d90f7289bcd563adf19c2a6dfc55 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 11:42:31 +0000 Subject: [PATCH] Prepare release v4.0.1 ## heroku/python ### Changed - Updated uv from 0.9.21 to 0.9.24. ([#490](https://github.com/heroku/buildpacks-python/pull/490)) --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 558dd26..7ef4688 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] +## [4.0.1] - 2026-01-11 + ### Changed - Updated uv from 0.9.21 to 0.9.24. ([#490](https://github.com/heroku/buildpacks-python/pull/490)) @@ -549,7 +551,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/v4.0.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v4.0.1...HEAD +[4.0.1]: https://github.com/heroku/buildpacks-python/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/heroku/buildpacks-python/compare/v3.0.2...v4.0.0 [3.0.2]: https://github.com/heroku/buildpacks-python/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/heroku/buildpacks-python/compare/v3.0.0...v3.0.1 diff --git a/buildpack.toml b/buildpack.toml index 4c082e0..2d14a0d 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/python" -version = "4.0.0" +version = "4.0.1" name = "Heroku Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's buildpack for Python applications."