From e6b3c160ab69eaf717968f60884b1e5f73123fb9 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:31:20 +0000 Subject: [PATCH] Prepare release v5.1.0 ## heroku/python ### Changed - Changed the S3 URL used to download Python to use AWS' dual-stack (IPv6 compatible) endpoint. ([#513](https://github.com/heroku/buildpacks-python/pull/513)) --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b9b89..fcf6dd5 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] +## [5.1.0] - 2026-02-26 + ### Changed - Changed the S3 URL used to download Python to use AWS' dual-stack (IPv6 compatible) endpoint. ([#513](https://github.com/heroku/buildpacks-python/pull/513)) @@ -582,7 +584,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/v5.0.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v5.1.0...HEAD +[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 [4.1.2]: https://github.com/heroku/buildpacks-python/compare/v4.1.1...v4.1.2 [4.1.1]: https://github.com/heroku/buildpacks-python/compare/v4.1.0...v4.1.1 diff --git a/buildpack.toml b/buildpack.toml index a518d2d..ee76f47 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/python" -version = "5.0.0" +version = "5.1.0" name = "Heroku Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's buildpack for Python applications."