Skip to content

Commit 822c18a

Browse files
Prepare release v4.1.1 (#504)
## heroku/python ### Changed - The Python 3.14 version alias now resolves to Python 3.14.3. ([#503](#503)) - The Python 3.13 version alias now resolves to Python 3.13.12. ([#503](#503)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 3f73311 commit 822c18a

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.1] - 2026-02-04
11+
1012
### Changed
1113

1214
- The Python 3.14 version alias now resolves to Python 3.14.3. ([#503](https://github.com/heroku/buildpacks-python/pull/503))
@@ -563,7 +565,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
563565

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

566-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v4.1.0...HEAD
568+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v4.1.1...HEAD
569+
[4.1.1]: https://github.com/heroku/buildpacks-python/compare/v4.1.0...v4.1.1
567570
[4.1.0]: https://github.com/heroku/buildpacks-python/compare/v4.0.1...v4.1.0
568571
[4.0.1]: https://github.com/heroku/buildpacks-python/compare/v4.0.0...v4.0.1
569572
[4.0.0]: https://github.com/heroku/buildpacks-python/compare/v3.0.2...v4.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 = "4.1.0"
5+
version = "4.1.1"
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)