Skip to content

Commit 89efadc

Browse files
Prepare release v320 (#1971)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 7131c23 commit 89efadc

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+
## [v320] - 2025-11-20
7+
58
- Added a check for misspelled `.python-version` files. ([#1970](https://github.com/heroku/heroku-buildpack-python/pull/1970))
69
- Fixed regex for null bytes character replacement to replace all occurrences, not just the first. ([#1966](https://github.com/heroku/heroku-buildpack-python/pull/1966))
710
- Unpinned Poetry's `dulwich` version, since the upstream incompatibility with older Python has been fixed. ([#1967](https://github.com/heroku/heroku-buildpack-python/pull/1967))
@@ -1400,7 +1403,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute.
14001403
- Setuptools updated to v16.0
14011404
- pip updated to v7.0.1
14021405

1403-
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v319...main
1406+
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v320...main
1407+
[v320]: https://github.com/heroku/heroku-buildpack-python/compare/v319...v320
14041408
[v319]: https://github.com/heroku/heroku-buildpack-python/compare/v318...v319
14051409
[v318]: https://github.com/heroku/heroku-buildpack-python/compare/v317...v318
14061410
[v317]: https://github.com/heroku/heroku-buildpack-python/compare/v316...v317

0 commit comments

Comments
 (0)