Skip to content

Commit be2ba9e

Browse files
authored
Release v0.2.0 (#26)
GUS-W-13012072.
1 parent 2f81aff commit be2ba9e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
11+
## [0.2.0] - 2023-04-11
12+
1013
### Changed
1114

1215
- The default Python version is now 3.11.3 (previously 3.11.2). ([#22](https://github.com/heroku/buildpacks-python/pull/22))

buildpack.toml

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

33
[buildpack]
44
id = "heroku/python"
5-
version = "0.1.0"
5+
version = "0.2.0"
66
name = "Python"
77
homepage = "https://github.com/heroku/buildpacks-python"
88
description = "Heroku's official Python Cloud Native Buildpack."

0 commit comments

Comments
 (0)