From 33846f8d78ae458805789bebd27a449cbb13904e Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:15:08 +0000 Subject: [PATCH] Prepare release v6.0.1 ## heroku/python ### Changed - The Python 3.12 version alias now resolves to Python 3.12.13. ([#521](https://github.com/heroku/buildpacks-python/pull/521)) - The Python 3.11 version alias now resolves to Python 3.11.15. ([#521](https://github.com/heroku/buildpacks-python/pull/521)) - The Python 3.10 version alias now resolves to Python 3.10.20. ([#521](https://github.com/heroku/buildpacks-python/pull/521)) --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55acca7..66e22c9 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.0.1] - 2026-03-03 + ### Changed - The Python 3.12 version alias now resolves to Python 3.12.13. ([#521](https://github.com/heroku/buildpacks-python/pull/521)) @@ -598,7 +600,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.0.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v6.0.1...HEAD +[6.0.1]: https://github.com/heroku/buildpacks-python/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/heroku/buildpacks-python/compare/v5.1.0...v6.0.0 [5.1.0]: https://github.com/heroku/buildpacks-python/compare/v5.0.0...v5.1.0 [5.0.0]: https://github.com/heroku/buildpacks-python/compare/v4.1.2...v5.0.0 diff --git a/buildpack.toml b/buildpack.toml index 8543815..59bab64 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/python" -version = "6.0.0" +version = "6.0.1" name = "Heroku Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's buildpack for Python applications."