diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json
index 25693f7ed3fa23b80a8a6e99c0f5d8a8368b0971..a8e140d1d5102be5994d8d9d25a64671cf2a4e52 100644
--- a/dashboard_leaf/version.json
+++ b/dashboard_leaf/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v1.25.0",
-        "code": 35,
-        "date": "22.09.23"
+        "name": "v1.26.0",
+        "code": 36,
+        "date": "01.12.23"
     }
 }
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index d10fe087dcdc18b4d9eca854a702c5dbbb844bdd..bd32b7db9e7220457773a0cb5d8a97fd1e714f8a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "DashboardLeaf"
-version = "1.25.0"
+version = "1.26.0"
 description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically."
 authors = ["TheCodeLabsDevs"]
 packages = [{include = "dashboard_leaf"}]