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+ ## [ 2.4.5] - 2025-09-09
11+
1012### Changed
1113
1214- Updated uv from 0.8.13 to 0.8.15. ([ #420 ] ( https://github.com/heroku/buildpacks-python/pull/420 ) )
@@ -431,7 +433,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
431433
432434- Initial implementation. ([ #3 ] ( https://github.com/heroku/buildpacks-python/pull/3 ) )
433435
434- [ unreleased ] : https://github.com/heroku/buildpacks-python/compare/v2.4.4...HEAD
436+ [ unreleased ] : https://github.com/heroku/buildpacks-python/compare/v2.4.5...HEAD
437+ [ 2.4.5 ] : https://github.com/heroku/buildpacks-python/compare/v2.4.4...v2.4.5
435438[ 2.4.4 ] : https://github.com/heroku/buildpacks-python/compare/v2.4.3...v2.4.4
436439[ 2.4.3 ] : https://github.com/heroku/buildpacks-python/compare/v2.4.2...v2.4.3
437440[ 2.4.2 ] : https://github.com/heroku/buildpacks-python/compare/v2.4.1...v2.4.2
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 = " 2.4.4 "
5+ version = " 2.4.5 "
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