Skip to content

Commit c182de4

Browse files
Prepare release v0.18.0
## heroku/python ### Added - The Python version can now be configured using a `.python-version` file. Both the `3.X` and `3.X.Y` version forms are supported. ([#272](#272)) ### Changed - pip is now only available during the build, and is longer included in the final app image. ([#264](#264)) - Improved the error messages shown when an end-of-life or unknown Python version is requested. ([#272](#272))
1 parent e3d1f4a commit c182de4

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.18.0] - 2024-09-17
11+
1012
### Added
1113

1214
- The Python version can now be configured using a `.python-version` file. Both the `3.X` and `3.X.Y` version forms are supported. ([#272](https://github.com/heroku/buildpacks-python/pull/272))
@@ -210,7 +212,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
210212

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

213-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.17.1...HEAD
215+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.18.0...HEAD
216+
[0.18.0]: https://github.com/heroku/buildpacks-python/compare/v0.17.1...v0.18.0
214217
[0.17.1]: https://github.com/heroku/buildpacks-python/compare/v0.17.0...v0.17.1
215218
[0.17.0]: https://github.com/heroku/buildpacks-python/compare/v0.16.0...v0.17.0
216219
[0.16.0]: https://github.com/heroku/buildpacks-python/compare/v0.15.0...v0.16.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.17.1"
5+
version = "0.18.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)