Skip to content

Commit 8732383

Browse files
Prepare release v272 (#1726)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 0d42218 commit 8732383

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
6+
## [v272] - 2024-12-13
7+
58
- Added a warning if the Python buildpack has been run multiple times in the same build. In January 2025 this warning will be made an error. ([#1724](https://github.com/heroku/heroku-buildpack-python/pull/1724))
69
- Added a warning if an existing `.heroku/python/` directory is found in the app source. In January 2025 this warning will be made an error. ([#1724](https://github.com/heroku/heroku-buildpack-python/pull/1724))
710
- Improved the error message shown if the buildpack is used on an unsupported stack. ([#1724](https://github.com/heroku/heroku-buildpack-python/pull/1724))
@@ -1132,7 +1135,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute.
11321135
- Setuptools updated to v16.0
11331136
- pip updated to v7.0.1
11341137

1135-
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v271...main
1138+
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v272...main
1139+
[v272]: https://github.com/heroku/heroku-buildpack-python/compare/v271...v272
11361140
[v271]: https://github.com/heroku/heroku-buildpack-python/compare/v270...v271
11371141
[v270]: https://github.com/heroku/heroku-buildpack-python/compare/v269...v270
11381142
[v269]: https://github.com/heroku/heroku-buildpack-python/compare/v268...v269

0 commit comments

Comments
 (0)