Skip to content

Commit

Permalink
Prepare release v261 (#1665)
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 Oct 14, 2024
1 parent d9bdeab commit 99684a6
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]


## [v261] - 2024-10-14

- Added support for configuring the Python version using a `.python-version` file. Both the `3.N` and `3.N.N` version forms are supported (the former is recommended). The existing `runtime.txt` file will take precedence if both files are found, however, we recommend switching to `.python-version` since it is more commonly supported in the Python ecosystem. ([#1664](https://github.com/heroku/heroku-buildpack-python/pull/1664))
- Added support for specifying only the Python major version in `runtime.txt` instead of requiring the full Python version (for example `python-3.N` instead of `python-3.N.N`). ([#1664](https://github.com/heroku/heroku-buildpack-python/pull/1664))

Expand Down Expand Up @@ -1065,7 +1068,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/v260...main
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v261...main
[v261]: https://github.com/heroku/heroku-buildpack-python/compare/v260...v261
[v260]: https://github.com/heroku/heroku-buildpack-python/compare/v259...v260
[v259]: https://github.com/heroku/heroku-buildpack-python/compare/v258...v259
[v258]: https://github.com/heroku/heroku-buildpack-python/compare/v257...v258
Expand Down

0 comments on commit 99684a6

Please sign in to comment.