Skip to content

Commit 59d93ae

Browse files
Prepare release v0.19.2 (#298)
## heroku/python ### Changed - The Python 3.13 version alias now resolves to Python 3.13.1. ([#297](#297)) - The Python 3.12 version alias now resolves to Python 3.12.8. ([#297](#297)) - The Python 3.11 version alias now resolves to Python 3.11.11. ([#297](#297)) - The Python 3.10 version alias now resolves to Python 3.10.16. ([#297](#297)) - The Python 3.9 version alias now resolves to Python 3.9.21. ([#297](#297)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 7897869 commit 59d93ae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.19.2] - 2024-12-04
11+
1012
### Changed
1113

1214
- The Python 3.13 version alias now resolves to Python 3.13.1. ([#297](https://github.com/heroku/buildpacks-python/pull/297))
@@ -239,7 +241,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
239241

240242
- Initial implementation. ([#3](https://github.com/heroku/buildpacks-python/pull/3))
241243

242-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.19.1...HEAD
244+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v0.19.2...HEAD
245+
[0.19.2]: https://github.com/heroku/buildpacks-python/compare/v0.19.1...v0.19.2
243246
[0.19.1]: https://github.com/heroku/buildpacks-python/compare/v0.19.0...v0.19.1
244247
[0.19.0]: https://github.com/heroku/buildpacks-python/compare/v0.18.1...v0.19.0
245248
[0.18.1]: https://github.com/heroku/buildpacks-python/compare/v0.18.0...v0.18.1

buildpack.toml

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

33
[buildpack]
44
id = "heroku/python"
5-
version = "0.19.1"
5+
version = "0.19.2"
66
name = "Heroku Python"
77
homepage = "https://github.com/heroku/buildpacks-python"
88
description = "Heroku's buildpack for Python applications."

0 commit comments

Comments
 (0)