Skip to content

Commit 04267b3

Browse files
chore(main): release testcontainers 4.15.0 (#1057)
🤖 I have created a release *beep* *boop* --- ## [4.15.0](testcontainers-v4.15.0-rc4...testcontainers-v4.15.0) (2026-07-24) ### Bug Fixes * **cratedb:** add CrateDB community module ([#1051](#1051)) ([0976c7e](0976c7e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: David Ankin <daveankin@gmail.com>
1 parent 0f23105 commit 04267b3

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.15.0-rc4"
2+
".": "4.15.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.15.0](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.15.0-rc4...testcontainers-v4.15.0) (2026-07-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **cratedb:** add CrateDB community module ([#1051](https://github.com/testcontainers/testcontainers-python/issues/1051)) ([0976c7e](https://github.com/testcontainers/testcontainers-python/commit/0976c7e7ec3455e90731c84d4ab65de378d350d7))
9+
310
## [4.15.0-rc4](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.15.0-rc3...testcontainers-v4.15.0-rc4) (2026-06-11)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "testcontainers"
3-
version = "4.15.0-rc4" # auto-incremented by release-please
3+
version = "4.15.0" # auto-incremented by release-please
44
description = "Python library for throwaway instances of anything that can run in a Docker container"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)