Skip to content

Commit b173c8f

Browse files
Prepare release v2.2.0 (#376)
## heroku/python ### Changed - The Python 3.13 version alias now resolves to Python 3.13.4. ([#374](#374)) - The Python 3.12 version alias now resolves to Python 3.12.11. ([#374](#374)) - The Python 3.11 version alias now resolves to Python 3.11.13. ([#374](#374)) - The Python 3.10 version alias now resolves to Python 3.10.18. ([#374](#374)) - The Python 3.9 version alias now resolves to Python 3.9.23. ([#374](#374)) - Updated uv from 0.7.6 to 0.7.10. ([#375](#375)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 29bf469 commit b173c8f

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.2.0] - 2025-06-03
11+
1012
### Changed
1113

1214
- The Python 3.13 version alias now resolves to Python 3.13.4. ([#374](https://github.com/heroku/buildpacks-python/pull/374))
@@ -369,7 +371,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
369371

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

372-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v2.1.0...HEAD
374+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v2.2.0...HEAD
375+
[2.2.0]: https://github.com/heroku/buildpacks-python/compare/v2.1.0...v2.2.0
373376
[2.1.0]: https://github.com/heroku/buildpacks-python/compare/v2.0.0...v2.1.0
374377
[2.0.0]: https://github.com/heroku/buildpacks-python/compare/v1.0.0...v2.0.0
375378
[1.0.0]: https://github.com/heroku/buildpacks-python/compare/v0.26.1...v1.0.0

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