From 1eb54d2c20c195a73cc682d4653951000d3bf9d8 Mon Sep 17 00:00:00 2001 From: zackees Date: Wed, 1 Jul 2026 13:43:51 -0700 Subject: [PATCH] chore(release): sync pyproject.toml to 2.3.16 to unblock release-auto Cargo.toml was bumped to 2.3.16 in c99579e but pyproject.toml stayed at 2.3.15, causing every release-auto run since (ecd80c74, dbc2245e) to fail in the 'Prepare release' step's Cargo/pyproject lockstep check. Bump pyproject.toml so the release fires. Downstream: FastLED's 'fbuild==2.3.15' pin will pick up 2.3.16 on the next 'uv sync', which includes the FastLED-org-transfer ACLPC_CHECKSUM fix from #915 (d08622b1). That unblocks the LPC804/LPC845/lpcxpresso804/lpcxpresso845max build lanes on FastLED, which have been red with 'sha256 mismatch for FastLED-framework-arduino-lpc8xx/.../50d76e0d63c...tar.gz' since GitHub's post-transfer tarball rebuild changed the archive bytes for the same source commit. Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66bebd50..be84e681 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fbuild" -version = "2.3.15" +version = "2.3.16" description = "PlatformIO-compatible embedded build tool (Rust implementation)" readme = "README.md" requires-python = ">=3.10"