Skip to content

Commit 158def0

Browse files
Prepare release v264 (#1686)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 895a004 commit 158def0

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+
## [v264] - 2024-11-06
7+
58
- Added support for the package manager Poetry. Apps must have a `pyproject.toml` + `poetry.lock` and no other package manager files (otherwise pip/Pipenv will take precedence for backwards compatibility). ([#1682](https://github.com/heroku/heroku-buildpack-python/pull/1682))
69

710
## [v263] - 2024-10-31
@@ -1082,7 +1085,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute.
10821085
- Setuptools updated to v16.0
10831086
- pip updated to v7.0.1
10841087

1085-
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v263...main
1088+
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v264...main
1089+
[v264]: https://github.com/heroku/heroku-buildpack-python/compare/v263...v264
10861090
[v263]: https://github.com/heroku/heroku-buildpack-python/compare/v262...v263
10871091
[v262]: https://github.com/heroku/heroku-buildpack-python/compare/v261...v262
10881092
[v261]: https://github.com/heroku/heroku-buildpack-python/compare/v260...v261

0 commit comments

Comments
 (0)