From 6e874505eb14d9428897477a904daf7cbd84f04d Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Sat, 21 Mar 2026 15:50:29 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20version=20to=209.7.2=20=C2=B7?= =?UTF-8?q?=20plain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Warm Precision UI redesign, task-based navigation, interaction system, website and docs restyled. 30+ commits on warm-precision-redesign branch, merged to main. Co-Authored-By: Claude Opus 4.6 (1M context) --- VERSION | 2 +- backend/app/config.py | 2 +- backend/pyproject.toml | 2 +- docs/website/index.html | 4 ++-- frontend/package.json | 2 +- infrastructure/helm/Chart.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index ff32e76..06e8fd9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.7.1 +9.7.2 diff --git a/backend/app/config.py b/backend/app/config.py index abe45fc..04b81e0 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -141,7 +141,7 @@ class Settings(BaseSettings): # App settings APP_NAME: str = "TOD - The Other Dude" - APP_VERSION: str = "9.7.1" + APP_VERSION: str = "9.7.2" DEBUG: bool = False @field_validator("CREDENTIAL_ENCRYPTION_KEY") diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 2fea5e5..e683856 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "the-other-dude-backend" -version = "9.7.1" +version = "9.7.2" description = "MikroTik Fleet Management Portal - Backend API" requires-python = ">=3.12" dependencies = [ diff --git a/docs/website/index.html b/docs/website/index.html index 934f3de..90220d2 100644 --- a/docs/website/index.html +++ b/docs/website/index.html @@ -54,7 +54,7 @@ "Zero-knowledge authentication (SRP-6a)" ], "softwareRequirements": "Docker, PostgreSQL 17, Redis, NATS", - "softwareVersion": "9.7.1", + "softwareVersion": "9.7.2", "license": "https://mariadb.com/bsl11/" } @@ -545,7 +545,7 @@

Status

- + diff --git a/frontend/package.json b/frontend/package.json index 61701cb..0bfd429 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "9.7.1", + "version": "9.7.2", "type": "module", "scripts": { "dev": "vite", diff --git a/infrastructure/helm/Chart.yaml b/infrastructure/helm/Chart.yaml index 41a3cce..aba2436 100644 --- a/infrastructure/helm/Chart.yaml +++ b/infrastructure/helm/Chart.yaml @@ -3,7 +3,7 @@ name: tod description: The Other Dude — MikroTik fleet management platform type: application version: 1.0.0 -appVersion: "9.7.1" +appVersion: "9.7.2" kubeVersion: ">=1.28.0-0" keywords: - mikrotik
Version9.7.1
Version9.7.2
LicenseBSL 1.1 (converts to Apache 2.0 in 2030)
Free tier250 devices
StabilityBreaking changes expected before v11