Skip to content

Commit 9e387c6

Browse files
Prepare release v5.1.0 (#515)
## heroku/python ### Changed - Changed the S3 URL used to download Python to use AWS' dual-stack (IPv6 compatible) endpoint. ([#513](#513)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent fad0557 commit 9e387c6

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.1.0] - 2026-02-26
11+
1012
### Changed
1113

1214
- 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
582584

583585
- Initial implementation. ([#3](https://github.com/heroku/buildpacks-python/pull/3))
584586

585-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v5.0.0...HEAD
587+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v5.1.0...HEAD
588+
[5.1.0]: https://github.com/heroku/buildpacks-python/compare/v5.0.0...v5.1.0
586589
[5.0.0]: https://github.com/heroku/buildpacks-python/compare/v4.1.2...v5.0.0
587590
[4.1.2]: https://github.com/heroku/buildpacks-python/compare/v4.1.1...v4.1.2
588591
[4.1.1]: https://github.com/heroku/buildpacks-python/compare/v4.1.0...v4.1.1

buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/python"
5-
version = "5.0.0"
5+
version = "5.1.0"
66
name = "Heroku Python"
77
homepage = "https://github.com/heroku/buildpacks-python"
88
description = "Heroku's buildpack for Python applications."

0 commit comments

Comments
 (0)