Skip to content

Commit b9c2dc0

Browse files
Prepare release v324 (#1991)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 8997ea7 commit b9c2dc0

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+
## [v324] - 2025-12-09
7+
58
- The build now errors if an existing Python virtual environment is found in the build directory at `.venv/` or `venv/`. This replaces the warning displayed since September 2025. ([#1990](https://github.com/heroku/heroku-buildpack-python/pull/1990))
69
- Stopped adding the current working directory to `PATH`. ([#1987](https://github.com/heroku/heroku-buildpack-python/pull/1987))
710

@@ -1424,7 +1427,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute.
14241427
- Setuptools updated to v16.0
14251428
- pip updated to v7.0.1
14261429

1427-
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v323...main
1430+
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v324...main
1431+
[v324]: https://github.com/heroku/heroku-buildpack-python/compare/v323...v324
14281432
[v323]: https://github.com/heroku/heroku-buildpack-python/compare/v322...v323
14291433
[v322]: https://github.com/heroku/heroku-buildpack-python/compare/v321...v322
14301434
[v321]: https://github.com/heroku/heroku-buildpack-python/compare/v320...v321

0 commit comments

Comments
 (0)