Skip to content

Commit 14f2d55

Browse files
Prepare release v292 (#1841)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent f6bbc99 commit 14f2d55

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+
## [v292] - 2025-07-23
7+
58
- Updated Pipenv from 2024.0.1 to 2025.0.4. ([#1840](https://github.com/heroku/heroku-buildpack-python/pull/1840))
69
- Fixed the way Pipenv is installed, so that it and its dependencies are installed into a separate virtual environment rather than same environment as the app. If your app inadvertently depended on Pipenv's internal dependencies, you will need to add those dependencies explicitly to your `Pipfile`. ([#1840](https://github.com/heroku/heroku-buildpack-python/pull/1840))
710
- Stopped installing pip when Pipenv is the chosen package manager. ([#1840](https://github.com/heroku/heroku-buildpack-python/pull/1840))
@@ -1252,7 +1255,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute.
12521255
- Setuptools updated to v16.0
12531256
- pip updated to v7.0.1
12541257

1255-
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v291...main
1258+
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v292...main
1259+
[v292]: https://github.com/heroku/heroku-buildpack-python/compare/v291...v292
12561260
[v291]: https://github.com/heroku/heroku-buildpack-python/compare/v290...v291
12571261
[v290]: https://github.com/heroku/heroku-buildpack-python/compare/v289...v290
12581262
[v289]: https://github.com/heroku/heroku-buildpack-python/compare/v288...v289

0 commit comments

Comments
 (0)