Skip to content

Commit 99684a6

Browse files
Prepare release v261 (#1665)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent d9bdeab commit 99684a6

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+
## [v261] - 2024-10-14
7+
58
- 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))
69
- 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))
710

@@ -1065,7 +1068,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute.
10651068
- Setuptools updated to v16.0
10661069
- pip updated to v7.0.1
10671070

1068-
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v260...main
1071+
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v261...main
1072+
[v261]: https://github.com/heroku/heroku-buildpack-python/compare/v260...v261
10691073
[v260]: https://github.com/heroku/heroku-buildpack-python/compare/v259...v260
10701074
[v259]: https://github.com/heroku/heroku-buildpack-python/compare/v258...v259
10711075
[v258]: https://github.com/heroku/heroku-buildpack-python/compare/v257...v258

0 commit comments

Comments
 (0)