Skip to content

Commit 9b5ba3f

Browse files
Prepare release v6.0.0 (#520)
## heroku/python ### Changed - Updated pip from 25.3 to 26.0.1. ([#508](#508)) - Updated uv from 0.10.1 to 0.10.7. ([#518](#518)) - Explicitly configured uv to use hard links to maintain the behaviour of previous versions. ([#519](#519)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 030e08c commit 9b5ba3f

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+
## [6.0.0] - 2026-03-03
11+
1012
### Changed
1113

1214
- Updated pip from 25.3 to 26.0.1. ([#508](https://github.com/heroku/buildpacks-python/pull/508))
@@ -590,7 +592,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
590592

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

593-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v5.1.0...HEAD
595+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v6.0.0...HEAD
596+
[6.0.0]: https://github.com/heroku/buildpacks-python/compare/v5.1.0...v6.0.0
594597
[5.1.0]: https://github.com/heroku/buildpacks-python/compare/v5.0.0...v5.1.0
595598
[5.0.0]: https://github.com/heroku/buildpacks-python/compare/v4.1.2...v5.0.0
596599
[4.1.2]: https://github.com/heroku/buildpacks-python/compare/v4.1.1...v4.1.2

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.1.0"
5+
version = "6.0.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)