Skip to content

Commit 9477b9b

Browse files
Prepare release v2.4.0 (#400)
## heroku/python ### Changed - Updated pip from 25.1.1 to 25.2. ([#394](#394)) - Updated Poetry from 2.1.3 to 2.1.4. ([#398](#398)) - Updated uv from 0.8.4 to 0.8.5. ([#399](#399)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 1cda8a5 commit 9477b9b

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+
## [2.4.0] - 2025-08-06
11+
1012
### Changed
1113

1214
- Updated pip from 25.1.1 to 25.2. ([#394](https://github.com/heroku/buildpacks-python/pull/394))
@@ -401,7 +403,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
401403

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

404-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v2.3.0...HEAD
406+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v2.4.0...HEAD
407+
[2.4.0]: https://github.com/heroku/buildpacks-python/compare/v2.3.0...v2.4.0
405408
[2.3.0]: https://github.com/heroku/buildpacks-python/compare/v2.2.3...v2.3.0
406409
[2.2.3]: https://github.com/heroku/buildpacks-python/compare/v2.2.2...v2.2.3
407410
[2.2.2]: https://github.com/heroku/buildpacks-python/compare/v2.2.1...v2.2.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 = "2.3.0"
5+
version = "2.4.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)