From c5f873f52063f625debf004be35f23ea89c7bbc9 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 11 Apr 2023 14:18:37 +0100 Subject: [PATCH] Release v0.2.0 GUS-W-13012072. --- CHANGELOG.md | 3 +++ buildpack.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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."