Skip to content

Commit f39adf7

Browse files
authored
Release v0.4.0 (#46)
GUS-W-13552552.
1 parent b773251 commit f39adf7

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.4.0] - 2023-06-07
12+
1013
### Changed
1114

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

buildpack.toml

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

33
[buildpack]
44
id = "heroku/python"
5-
version = "0.3.0"
5+
version = "0.4.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)