File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.0.0] - 2026-02-10
11+
1012### Changed
1113
1214- Updated uv from 0.9.29 to 0.10.1. ([ #510 ] ( https://github.com/heroku/buildpacks-python/pull/510 ) )
@@ -576,7 +578,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
576578
577579- Initial implementation. ([ #3 ] ( https://github.com/heroku/buildpacks-python/pull/3 ) )
578580
579- [ unreleased ] : https://github.com/heroku/buildpacks-python/compare/v4.1.2...HEAD
581+ [ unreleased ] : https://github.com/heroku/buildpacks-python/compare/v5.0.0...HEAD
582+ [ 5.0.0 ] : https://github.com/heroku/buildpacks-python/compare/v4.1.2...v5.0.0
580583[ 4.1.2 ] : https://github.com/heroku/buildpacks-python/compare/v4.1.1...v4.1.2
581584[ 4.1.1 ] : https://github.com/heroku/buildpacks-python/compare/v4.1.0...v4.1.1
582585[ 4.1.0 ] : https://github.com/heroku/buildpacks-python/compare/v4.0.1...v4.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
22
33[buildpack ]
44id = " heroku/python"
5- version = " 4.1.2 "
5+ version = " 5.0.0 "
66name = " Heroku Python"
77homepage = " https://github.com/heroku/buildpacks-python"
88description = " Heroku's buildpack for Python applications."
You can’t perform that action at this time.
0 commit comments