From 0cfb184b0f768eba3b923b7f0fbb055df295e86d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 17:29:26 +0000 Subject: [PATCH] chore(main): release testcontainers 4.15.1 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index cfd8ce2af..3a5b7ac86 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.15.0" + ".": "4.15.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e6343e4..5c13c474e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.15.1](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.15.0...testcontainers-v4.15.1) (2026-08-16) + + +### Bug Fixes + +* **build:** pin hatchling <1.32 to fix twine check CI failure ([#1095](https://github.com/testcontainers/testcontainers-python/issues/1095)) ([c530436](https://github.com/testcontainers/testcontainers-python/commit/c5304363a41991ae3018ce95cd52346b07216b03)) +* **build:** upgrade twine to >=7.0.0 to support Metadata-Version 2.5 ([#1100](https://github.com/testcontainers/testcontainers-python/issues/1100)) ([c958e40](https://github.com/testcontainers/testcontainers-python/commit/c958e40ca25b77c75d9fabbd8eb05736dded5790)) + ## [4.15.0](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.15.0-rc4...testcontainers-v4.15.0) (2026-07-24) diff --git a/pyproject.toml b/pyproject.toml index 67ad180a8..a59010364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "testcontainers" -version = "4.15.0" # auto-incremented by release-please +version = "4.15.1" # auto-incremented by release-please description = "Python library for throwaway instances of anything that can run in a Docker container" readme = "README.md" requires-python = ">=3.10"