Skip to content

Commit d870560

Browse files
Prepare release v0.21.0 (#310)
## heroku/python ### Changed - The build now fails early if known problematic Python and pip-related env vars have been set by the user or earlier buildpacks. ([#308](#308)) - The `PIP_PYTHON` env var is now only set at build time. ([#307](#307)) ### Removed - Stopped setting the `LANG` env var. ([#306](#306)) - Stopped setting the `PYTHONHOME` env var. ([#309](#309)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 7304505 commit d870560

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.21.0] - 2024-12-18
11+
1012
### Changed
1113

1214
- The build now fails early if known problematic Python and pip-related env vars have been set by the user or earlier buildpacks. ([#308](https://github.com/heroku/buildpacks-python/pull/308))
@@ -264,7 +266,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
264266

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

267-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.20.1...HEAD
269+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.21.0...HEAD
270+
[0.21.0]: https://github.com/heroku/buildpacks-python/compare/v0.20.1...v0.21.0
268271
[0.20.1]: https://github.com/heroku/buildpacks-python/compare/v0.20.0...v0.20.1
269272
[0.20.0]: https://github.com/heroku/buildpacks-python/compare/v0.19.2...v0.20.0
270273
[0.19.2]: https://github.com/heroku/buildpacks-python/compare/v0.19.1...v0.19.2

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.20.1"
5+
version = "0.21.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)