From a8a319a55d981754768a32e4aa3408a9945cd4e7 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Mon, 17 Jun 2024 20:13:20 +0200
Subject: [PATCH] v1.29.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 db6279e..30fb9e3 100644
--- a/dashboard_leaf/version.json
+++ b/dashboard_leaf/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v1.28.0",
-        "code": 38,
-        "date": "27.02.24"
+        "name": "v1.29.0",
+        "code": 39,
+        "date": "17.06.24"
     }
 }
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 5e43294..4b96976 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "DashboardLeaf"
-version = "1.28.0"
+version = "1.29.0"
 description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically."
 authors = ["TheCodeLabsDevs"]
 packages = [{include = "dashboard_leaf"}]
-- 
GitLab