Skip to content

Commit a812275

Browse files
Prepare release v4.1.0 (#497)
## heroku/python ### Changed - Updated Poetry from 2.2.1 to 2.3.1. ([#495](#495)) - Updated uv from 0.9.24 to 0.9.26. ([#492](#492)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 5afb283 commit a812275

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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+
## [4.1.0] - 2026-01-26
11+
1012
### Changed
1113

1214
- 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
556558

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

559-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v4.0.1...HEAD
561+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v4.1.0...HEAD
562+
[4.1.0]: https://github.com/heroku/buildpacks-python/compare/v4.0.1...v4.1.0
560563
[4.0.1]: https://github.com/heroku/buildpacks-python/compare/v4.0.0...v4.0.1
561564
[4.0.0]: https://github.com/heroku/buildpacks-python/compare/v3.0.2...v4.0.0
562565
[3.0.2]: https://github.com/heroku/buildpacks-python/compare/v3.0.1...v3.0.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 = "4.0.1"
5+
version = "4.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)