Skip to content

Commit 3bd0fbe

Browse files
Prepare release v0.16.0 (#259)
## heroku/python ### Changed - App dependencies are now installed into a virtual environment instead of user site-packages. ([#257](#257)) - pip is now installed into its own layer (as a user site-packages install) instead of into system site-packages in the Python layer. ([#258](#258)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 5bafc43 commit 3bd0fbe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.16.0] - 2024-08-30
11+
1012
### Changed
1113

1214
- App dependencies are now installed into a virtual environment instead of user site-packages. ([#257](https://github.com/heroku/buildpacks-python/pull/257))
@@ -187,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
187189

188190
- Initial implementation. ([#3](https://github.com/heroku/buildpacks-python/pull/3))
189191

190-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.15.0...HEAD
192+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.16.0...HEAD
193+
[0.16.0]: https://github.com/heroku/buildpacks-python/compare/v0.15.0...v0.16.0
191194
[0.15.0]: https://github.com/heroku/buildpacks-python/compare/v0.14.0...v0.15.0
192195
[0.14.0]: https://github.com/heroku/buildpacks-python/compare/v0.13.0...v0.14.0
193196
[0.13.0]: https://github.com/heroku/buildpacks-python/compare/v0.12.1...v0.13.0

buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/python"
5-
version = "0.15.0"
5+
version = "0.16.0"
66
name = "Heroku Python"
77
homepage = "https://github.com/heroku/buildpacks-python"
88
description = "Heroku's buildpack for Python applications."

0 commit comments

Comments
 (0)