We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b773251 commit f39adf7Copy full SHA for f39adf7
CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+
11
+## [0.4.0] - 2023-06-07
12
13
### Changed
14
15
- The default Python version is now 3.11.4 (previously 3.11.3). ([#45](https://github.com/heroku/buildpacks-python/pull/45))
buildpack.toml
@@ -2,7 +2,7 @@ api = "0.9"
2
3
[buildpack]
4
id = "heroku/python"
5
-version = "0.3.0"
+version = "0.4.0"
6
name = "Python"
homepage = "https://github.com/heroku/buildpacks-python"
description = "Heroku's official Python Cloud Native Buildpack."
0 commit comments