From 1b44202e0bc76aa79d42e5fcc051e49bf1f89c7b Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:35:35 +0000 Subject: [PATCH] Prepare release v268 (#1711) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d9b343d..c9d758a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v268] - 2024-12-04 + - Updated pip from 24.0 to 24.3.1. ([#1685](https://github.com/heroku/heroku-buildpack-python/pull/1685)) - Updated wheel from 0.44.0 to 0.45.1. ([#1707](https://github.com/heroku/heroku-buildpack-python/pull/1707)) @@ -1104,7 +1107,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute. - Setuptools updated to v16.0 - pip updated to v7.0.1 -[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v267...main +[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v268...main +[v268]: https://github.com/heroku/heroku-buildpack-python/compare/v267...v268 [v267]: https://github.com/heroku/heroku-buildpack-python/compare/v266...v267 [v266]: https://github.com/heroku/heroku-buildpack-python/compare/v265...v266 [v265]: https://github.com/heroku/heroku-buildpack-python/compare/v264...v265