From 83a0bb2cb7079df45614610e053ac8ec422da2ab Mon Sep 17 00:00:00 2001 From: Test Bot Date: Wed, 24 Jun 2026 09:47:44 +0000 Subject: [PATCH] set version to 0.39.4 Cuts a release containing #108 (finite entrypoint readTimeout) so shards finally get the abandoned-connection reaping. The fix has been merged on main since 2026-06-21 but is in no released image (latest tag 0.39.3 predates it), so no shard runs it (#111). Co-Authored-By: Claude Opus 4.8 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a39f949..dddfb61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "shard_core" -version = "0.39.3" +version = "0.39.4" description = "Core software stack that manages all aspects of a Shard" readme = "README.md" license-files = ["LICENSE.md"]