From b1c9a85ab35f3340cfa460182ec14be97fcb58c2 Mon Sep 17 00:00:00 2001 From: Keith Smith Date: Fri, 4 Sep 2026 21:38:02 -0600 Subject: [PATCH] Bump to v2026.9.4 Co-Authored-By: Claude Sonnet 5 --- backend/pyproject.toml | 2 +- frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index f43c4e7..d65ce5f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ds-chat" -version = "2026.9.3" +version = "2026.9.4" description = "DS Chat backend service" license = { text = "AGPL-3.0-or-later" } requires-python = ">=3.11" diff --git a/frontend/package.json b/frontend/package.json index 83a77cd..d7a83a8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "2026.9.3", + "version": "2026.9.4", "license": "AGPL-3.0-or-later", "type": "module", "scripts": {