From 6aee1ce2fb1460b7fc62ab9792f9f9ce023df637 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 22:57:10 +0000 Subject: [PATCH] Prepare release v6.3.0 ## heroku/python ### Changed - The Python 3.14 version alias now resolves to Python 3.14.4. ([#548](https://github.com/heroku/buildpacks-python/pull/548)) - The Python 3.13 version alias now resolves to Python 3.13.13. ([#548](https://github.com/heroku/buildpacks-python/pull/548)) - The forbidden env vars check now reports all forbidden env vars found rather than only the first. ([#542](https://github.com/heroku/buildpacks-python/pull/542)) - The forbidden env vars check now checks for known problematic Poetry env vars too. ([#542](https://github.com/heroku/buildpacks-python/pull/542)) --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4230d1a..1d8d9a3 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.3.0] - 2026-04-07 + ### Changed - The Python 3.14 version alias now resolves to Python 3.14.4. ([#548](https://github.com/heroku/buildpacks-python/pull/548)) @@ -621,7 +623,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.2.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v6.3.0...HEAD +[6.3.0]: https://github.com/heroku/buildpacks-python/compare/v6.2.0...v6.3.0 [6.2.0]: https://github.com/heroku/buildpacks-python/compare/v6.1.0...v6.2.0 [6.1.0]: https://github.com/heroku/buildpacks-python/compare/v6.0.1...v6.1.0 [6.0.1]: https://github.com/heroku/buildpacks-python/compare/v6.0.0...v6.0.1 diff --git a/buildpack.toml b/buildpack.toml index 9636c93..8c9281d 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/python" -version = "6.2.0" +version = "6.3.0" name = "Heroku Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's buildpack for Python applications."