From 832804817ef6b58308c0f8c065efcd531f263b0e Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Mon, 29 Jun 2026 01:42:13 +0000 Subject: [PATCH] chore: bump version to 0.14.7 (consumers admin page release) 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 cbe0d0f..77c5b8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "central" -version = "0.14.6" +version = "0.14.7" requires-python = ">=3.12,<3.13" description = "Data hub spine — adapters, bus, archive." readme = "README.md"