We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f81aff commit be2ba9eCopy full SHA for be2ba9e
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.2.0] - 2023-04-11
12
13
### Changed
14
15
- The default Python version is now 3.11.3 (previously 3.11.2). ([#22](https://github.com/heroku/buildpacks-python/pull/22))
buildpack.toml
@@ -2,7 +2,7 @@ api = "0.8"
2
3
[buildpack]
4
id = "heroku/python"
5
-version = "0.1.0"
+version = "0.2.0"
6
name = "Python"
homepage = "https://github.com/heroku/buildpacks-python"
description = "Heroku's official Python Cloud Native Buildpack."
0 commit comments