From 195eb811ec2215d7c67ffb5489b06d97049db1da Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:33:20 +0000 Subject: [PATCH] Prepare release v6.5.3 ## heroku/python ### Changed - The Python 3.14 version alias now resolves to Python 3.14.6. ([#578](https://github.com/heroku/buildpacks-python/pull/578)) - The Python 3.13 version alias now resolves to Python 3.13.14. ([#578](https://github.com/heroku/buildpacks-python/pull/578)) --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac9ebb..875713f 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.3] - 2026-06-10 + ### Changed - The Python 3.14 version alias now resolves to Python 3.14.6. ([#578](https://github.com/heroku/buildpacks-python/pull/578)) @@ -665,7 +667,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.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v6.5.3...HEAD +[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 [6.5.0]: https://github.com/heroku/buildpacks-python/compare/v6.4.1...v6.5.0 diff --git a/buildpack.toml b/buildpack.toml index a9fae45..d1e9493 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/python" -version = "6.5.2" +version = "6.5.3" name = "Heroku Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's buildpack for Python applications."