From 3bebfbb0167e1b928980e233e6492ec75e6399a5 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:45:43 +0000 Subject: [PATCH] Prepare release v3.0.0 ## heroku/python ### Changed - Updated the default Python version from 3.13 to 3.14. ([#478](https://github.com/heroku/buildpacks-python/pull/478)) - The Python 3.14 version alias now resolves to Python 3.14.2. ([#479](https://github.com/heroku/buildpacks-python/pull/479)) - The Python 3.13 version alias now resolves to Python 3.13.11. ([#479](https://github.com/heroku/buildpacks-python/pull/479)) --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da15b33..588d72d 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] +## [3.0.0] - 2025-12-05 + ### Changed - Updated the default Python version from 3.13 to 3.14. ([#478](https://github.com/heroku/buildpacks-python/pull/478)) @@ -521,7 +523,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/v2.8.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/heroku/buildpacks-python/compare/v2.8.1...v3.0.0 [2.8.1]: https://github.com/heroku/buildpacks-python/compare/v2.8.0...v2.8.1 [2.8.0]: https://github.com/heroku/buildpacks-python/compare/v2.7.4...v2.8.0 [2.7.4]: https://github.com/heroku/buildpacks-python/compare/v2.7.3...v2.7.4 diff --git a/buildpack.toml b/buildpack.toml index 328fedf..714b912 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/python" -version = "2.8.1" +version = "3.0.0" name = "Heroku Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's buildpack for Python applications."