diff --git a/CHANGELOG.md b/CHANGELOG.md index f22ffe3..0c8ea16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.2.0] - 2023-04-11 + ### Changed - The default Python version is now 3.11.3 (previously 3.11.2). ([#22](https://github.com/heroku/buildpacks-python/pull/22)) diff --git a/buildpack.toml b/buildpack.toml index 110cbfb..92e6cbe 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.8" [buildpack] id = "heroku/python" -version = "0.1.0" +version = "0.2.0" name = "Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's official Python Cloud Native Buildpack."