From 1819e561549b4039b1a0209502a1b2096fc625c0 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 17:01:32 +0000 Subject: [PATCH] Prepare release v248 (#1561) 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 319709797..7d9326f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v248] - 2024-04-09 + - Added support for Python 3.12.3. ([#1560](https://github.com/heroku/heroku-buildpack-python/pull/1560)) ## [v247] - 2024-04-08 @@ -982,7 +985,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/v247...main +[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v248...main +[v248]: https://github.com/heroku/heroku-buildpack-python/compare/v247...v248 [v247]: https://github.com/heroku/heroku-buildpack-python/compare/v246...v247 [v246]: https://github.com/heroku/heroku-buildpack-python/compare/v245...v246 [v245]: https://github.com/heroku/heroku-buildpack-python/compare/v244...v245