From 41f0a348f855aa1233e8cd6dcbdb9cfff919f4d6 Mon Sep 17 00:00:00 2001
From: mayor
Date: Sat, 23 May 2026 19:39:23 -0500
Subject: [PATCH] chore(release): bump to 1.5.4
Bundle (2 Hermes v1.5.3 dogfood follow-ups):
- fix(release): align latest-release metadata (sy-3aj, #524)
- fix(cli): saved-result discovery + report provenance (sy-g1g, #525)
---
site/.well-known/mcp/server-card.json | 6 +++---
site/index.html | 6 +++---
site/index.md | 2 +-
src/synth_panel/__version__.py | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/site/.well-known/mcp/server-card.json b/site/.well-known/mcp/server-card.json
index 9a7850c..a05330c 100644
--- a/site/.well-known/mcp/server-card.json
+++ b/site/.well-known/mcp/server-card.json
@@ -3,7 +3,7 @@
"name": "io.github.DataViking-Tech/synthpanel",
"title": "SynthPanel",
"description": "Run synthetic focus groups using AI personas. 12 MCP tools for single prompts, full panel runs, and v3 branching (adaptive) instruments across any LLM provider (Claude, OpenAI, Gemini, xAI).",
- "version": "1.5.3",
+ "version": "1.5.4",
"websiteUrl": "https://synthpanel.dev",
"repository": {
"url": "https://github.com/DataViking-Tech/SynthPanel",
@@ -11,7 +11,7 @@
},
"serverInfo": {
"name": "synthpanel",
- "version": "1.5.3"
+ "version": "1.5.4"
},
"capabilities": {
"tools": { "listChanged": false },
@@ -23,7 +23,7 @@
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "synthpanel",
- "version": "1.5.3",
+ "version": "1.5.4",
"runtimeHint": "uvx",
"runtimeArguments": [
{ "type": "positional", "value": "synthpanel[mcp]" },
diff --git a/site/index.html b/site/index.html
index 940afb4..791a991 100644
--- a/site/index.html
+++ b/site/index.html
@@ -45,7 +45,7 @@
"applicationCategory": "DeveloperApplication",
"applicationSubCategory": "Research Tool",
"operatingSystem": "Cross-platform",
- "softwareVersion": "1.5.3",
+ "softwareVersion": "1.5.4",
"dateModified": "",
"license": "https://opensource.org/licenses/MIT",
"codeRepository": "https://github.com/DataViking-Tech/SynthPanel",
@@ -140,7 +140,7 @@
class="mb-4 inline-flex items-center gap-2 rounded-full border border-emerald-400/30 bg-emerald-400/5 px-3 py-1 text-xs font-medium text-emerald-300"
>
- v1.5.3 — public beta
+ v1.5.4 — public beta
class="mt-4 flex flex-wrap items-center justify-between gap-3 border-t border-slate-800 py-6 text-xs text-slate-500"
>
- © 2026 DataViking · MIT-licensed · v1.5.3 ·
+ © 2026 DataViking · MIT-licensed · v1.5.4 ·