Skip to content

Commit

Permalink
Prepare release v0.7.1 (#122)
Browse files Browse the repository at this point in the history
* Prepare release v0.7.1

## heroku/python

- Updated the default Python version from 3.11.5 to 3.11.6. ([#121](#121))

* Add missing `H3` heading to changelog

---------

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <[email protected]>
  • Loading branch information
heroku-linguist[bot] and edmorley authored Oct 2, 2023
1 parent a9bf215 commit 76e1c6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.1] - 2023-10-02

### Changed

- Updated the default Python version from 3.11.5 to 3.11.6. ([#121](https://github.com/heroku/buildpacks-python/pull/121))

## [0.7.0] - 2023-09-19
Expand Down Expand Up @@ -68,7 +72,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.0...HEAD
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.7.1...HEAD
[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
[0.6.0]: https://github.com/heroku/buildpacks-python/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/heroku/buildpacks-python/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/python"
version = "0.7.0"
version = "0.7.1"
name = "Python"
homepage = "https://github.com/heroku/buildpacks-python"
description = "Heroku's official Python Cloud Native Buildpack."
Expand Down

0 comments on commit 76e1c6f

Please sign in to comment.