Skip to content

Commit

Permalink
Prepare release v267 (#1696)
Browse files Browse the repository at this point in the history
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Nov 12, 2024
1 parent 498e2d2 commit ca99c39
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]


## [v267] - 2024-11-12

- Deprecated using Pipenv without a lockfile (`Pipfile.lock`). ([#1695](https://github.com/heroku/heroku-buildpack-python/pull/1695))
- Fixed Poetry venv creation when using an outdated Python version whose `ensurepip` module doesn't enable isolated mode, and the app's build directory contents shadows a package imported by pip (such as `brotli`). ([#1698](https://github.com/heroku/heroku-buildpack-python/pull/1698))

Expand Down Expand Up @@ -1099,7 +1102,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/v266...main
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v267...main
[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
[v264]: https://github.com/heroku/heroku-buildpack-python/compare/v263...v264
Expand Down

0 comments on commit ca99c39

Please sign in to comment.