From 4393fab5c14634000b1752439a914e91bb889727 Mon Sep 17 00:00:00 2001 From: Renn F Date: Sat, 4 Jul 2026 08:32:48 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=200.18.0=20=E2=80=94=20bump=20p?= =?UTF-8?q?yproject.toml=20(canonical=20ref=20missed=20in=2088db8ca6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 0.18.0 cut bumped config.py, __init__.py and panel/package.json but a truncated grep hid pyproject.toml's version=0.17.0, so 88db8ca6 omitted it. Corrected to 0.18.0. This chore(release) commit re-stamps pyproject.toml into the release-readiness canonical-bump derivation; it shadows 88db8ca6, narrowing the derived set until the next cut re-completes it (release engine is default-off; _version_ref_gaps self-corrects by flagging the rest next time). --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2f166df..5168428a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "roboco" -version = "0.17.0" +version = "0.18.0" description = "AI Agents Company - A virtual organization of AI agents functioning as a software development workforce" authors = [ {name = "Renzo Franceschini", email = "rennf93@users.noreply.github.com"}