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+ ## [ 3.0.2] - 2026-01-05
11+
1012### Changed
1113
1214- Updated uv from 0.9.17 to 0.9.21. ([ #486 ] ( https://github.com/heroku/buildpacks-python/pull/486 ) )
@@ -533,7 +535,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
533535
534536- Initial implementation. ([ #3 ] ( https://github.com/heroku/buildpacks-python/pull/3 ) )
535537
536- [ unreleased ] : https://github.com/heroku/buildpacks-python/compare/v3.0.1...HEAD
538+ [ unreleased ] : https://github.com/heroku/buildpacks-python/compare/v3.0.2...HEAD
539+ [ 3.0.2 ] : https://github.com/heroku/buildpacks-python/compare/v3.0.1...v3.0.2
537540[ 3.0.1 ] : https://github.com/heroku/buildpacks-python/compare/v3.0.0...v3.0.1
538541[ 3.0.0 ] : https://github.com/heroku/buildpacks-python/compare/v2.8.1...v3.0.0
539542[ 2.8.1 ] : https://github.com/heroku/buildpacks-python/compare/v2.8.0...v2.8.1
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 = " 3.0.1 "
5+ version = " 3.0.2 "
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