Skip to content

Commit f829a01

Browse files
Prepare release v6.1.0 (#525)
## heroku/python ### Changed - Updated uv from 0.10.7 to 0.10.9. ([#523](#523)) - Switched to downloading uv from `releases.astral.sh` instead of GitHub releases. ([#524](#524)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent a6c5033 commit f829a01

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+
## [6.1.0] - 2026-03-13
11+
1012
### Changed
1113

1214
- Updated uv from 0.10.7 to 0.10.9. ([#523](https://github.com/heroku/buildpacks-python/pull/523))
@@ -605,7 +607,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
605607

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

608-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v6.0.1...HEAD
610+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v6.1.0...HEAD
611+
[6.1.0]: https://github.com/heroku/buildpacks-python/compare/v6.0.1...v6.1.0
609612
[6.0.1]: https://github.com/heroku/buildpacks-python/compare/v6.0.0...v6.0.1
610613
[6.0.0]: https://github.com/heroku/buildpacks-python/compare/v5.1.0...v6.0.0
611614
[5.1.0]: https://github.com/heroku/buildpacks-python/compare/v5.0.0...v5.1.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 = "6.0.1"
5+
version = "6.1.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)