From 523c08be39c64ad566545a64cea8ab94980238db Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:59:27 +0000 Subject: [PATCH] Prepare release v4.1.0 ## heroku/python ### Changed - Updated Poetry from 2.2.1 to 2.3.1. ([#495](https://github.com/heroku/buildpacks-python/pull/495)) - Updated uv from 0.9.24 to 0.9.26. ([#492](https://github.com/heroku/buildpacks-python/pull/492)) --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e498d..da98606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.0] - 2026-01-26 + ### Changed - Updated Poetry from 2.2.1 to 2.3.1. ([#495](https://github.com/heroku/buildpacks-python/pull/495)) @@ -556,7 +558,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation. ([#3](https://github.com/heroku/buildpacks-python/pull/3)) -[unreleased]: https://github.com/heroku/buildpacks-python/compare/v4.0.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v4.1.0...HEAD +[4.1.0]: https://github.com/heroku/buildpacks-python/compare/v4.0.1...v4.1.0 [4.0.1]: https://github.com/heroku/buildpacks-python/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/heroku/buildpacks-python/compare/v3.0.2...v4.0.0 [3.0.2]: https://github.com/heroku/buildpacks-python/compare/v3.0.1...v3.0.2 diff --git a/buildpack.toml b/buildpack.toml index 2d14a0d..411f00c 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/python" -version = "4.0.1" +version = "4.1.0" name = "Heroku Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's buildpack for Python applications."