Skip to content

Commit 07005f2

Browse files
Prepare release v270 (#1717)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 23bc527 commit 07005f2

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+
## [v270] - 2024-12-10
7+
58
- Changed the default Python version for new apps from 3.12 to 3.13. ([#1715](https://github.com/heroku/heroku-buildpack-python/pull/1715))
69
- Changed Python version pinning behaviour for apps that do not specify a Python version. Repeat builds are now pinned to the major Python version only (`3.X`) instead of the full Python version (`3.X.Y`), so that they always use the latest patch version. ([#1714](https://github.com/heroku/heroku-buildpack-python/pull/1714))
710
- Updated Poetry from 1.8.4 to 1.8.5. ([#1716](https://github.com/heroku/heroku-buildpack-python/pull/1716))
@@ -1118,7 +1121,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute.
11181121
- Setuptools updated to v16.0
11191122
- pip updated to v7.0.1
11201123

1121-
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v269...main
1124+
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v270...main
1125+
[v270]: https://github.com/heroku/heroku-buildpack-python/compare/v269...v270
11221126
[v269]: https://github.com/heroku/heroku-buildpack-python/compare/v268...v269
11231127
[v268]: https://github.com/heroku/heroku-buildpack-python/compare/v267...v268
11241128
[v267]: https://github.com/heroku/heroku-buildpack-python/compare/v266...v267

0 commit comments

Comments
 (0)