From 994793e00ccaa306fb7370757e9421a464eccf20 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:21:50 +0000 Subject: [PATCH] Prepare release v0.7.3 (#139) ## heroku/python ### Changed - Updated wheel from 0.41.2 to 0.41.3. ([#137](https://github.com/heroku/buildpacks-python/pull/137)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd6bbe2..4f2094c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.3] - 2023-11-06 + ### Changed - Updated wheel from 0.41.2 to 0.41.3. ([#137](https://github.com/heroku/buildpacks-python/pull/137)) @@ -84,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation. ([#3](https://github.com/heroku/buildpacks-python/pull/3)) -[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.7.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.7.3...HEAD +[0.7.3]: https://github.com/heroku/buildpacks-python/compare/v0.7.2...v0.7.3 [0.7.2]: https://github.com/heroku/buildpacks-python/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/heroku/buildpacks-python/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/heroku/buildpacks-python/compare/v0.6.0...v0.7.0 diff --git a/buildpack.toml b/buildpack.toml index 2c5fb2a..6399d77 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/python" -version = "0.7.2" +version = "0.7.3" name = "Heroku Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's buildpack for Python applications."