From fa2a19b63dbcd987fb6c9c34796fc5d0da8b43ad Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Mon, 10 Mar 2025 12:58:25 +0100
Subject: [PATCH] v1.33.0

---
 dashboard_leaf/version.json | 6 +++---
 pyproject.toml              | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json
index 1436eb2..b9b707c 100644
--- a/dashboard_leaf/version.json
+++ b/dashboard_leaf/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v1.32.1",
-        "code": 45,
-        "date": "03.12.24"
+        "name": "v1.33.0",
+        "code": 46,
+        "date": "10.03.25"
     }
 }
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 29cc386..694ae90 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "DashboardLeaf"
-version = "1.32.1"
+version = "1.33.0"
 description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically."
 authors = ["TheCodeLabsDevs"]
 packages = [{include = "dashboard_leaf"}]
-- 
GitLab