diff --git a/CHANGELOG.md b/CHANGELOG.md index fe7386b..cf20840 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.1] - 2026-02-04 + ### Changed - 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 - Initial implementation. ([#3](https://github.com/heroku/buildpacks-python/pull/3)) -[unreleased]: https://github.com/heroku/buildpacks-python/compare/v4.1.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v4.1.1...HEAD +[4.1.1]: https://github.com/heroku/buildpacks-python/compare/v4.1.0...v4.1.1 [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 diff --git a/buildpack.toml b/buildpack.toml index 411f00c..f1954ee 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/python" -version = "4.1.0" +version = "4.1.1" name = "Heroku Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's buildpack for Python applications."