From 82f68278f6bcb1d85722ebd49de9aa2a34f321a6 Mon Sep 17 00:00:00 2001 From: bes-r Date: Sat, 6 Jun 2026 22:16:10 +0200 Subject: [PATCH] v0.4.60 - tweecijferig patch-nummer --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- server-up/app.py | 2 +- server-up/templates/index.html | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c91866..c7bad3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v0.4.60 — Tweecijferig patch-nummer + +## Versiebeleid vanaf v0.4.60 + +Het patch-deel (laatste cijfer) gebruikt nu twee cijfers en loopt in tientallen: +`0.4.60`, `0.4.61`, … `0.4.69`, `0.4.70`. Blijft semver-compatibel (het deel +wordt als geheel getal vergeleken, dus `0.4.60` > `0.4.6`). + +--- + # v0.4.6 — Kaal versienummer op alle builds ## Wijziging in v0.4.6 diff --git a/VERSION b/VERSION index ef52a64..de41f35 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.6 +0.4.60 diff --git a/server-up/app.py b/server-up/app.py index ec308d1..40e955d 100644 --- a/server-up/app.py +++ b/server-up/app.py @@ -18,7 +18,7 @@ from core.modules import Module, CORE, discover app = Flask(__name__, static_folder="static", template_folder="templates") -VERSION = os.environ.get("SU_VERSION", "0.4.6") +VERSION = os.environ.get("SU_VERSION", "0.4.60") MODULES: list[Module] = [] USER_MOD = APP / "modules" diff --git a/server-up/templates/index.html b/server-up/templates/index.html index f00b631..a25b395 100644 --- a/server-up/templates/index.html +++ b/server-up/templates/index.html @@ -771,7 +771,7 @@ tailwind.config = {