From 749472b8275391549932a75d4b82968a90fd651f Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Mon, 9 Sep 2024 19:24:56 +0200 Subject: [PATCH] v1.30.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 30fb9e3..8e5ee06 100644 --- a/dashboard_leaf/version.json +++ b/dashboard_leaf/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.29.0", - "code": 39, - "date": "17.06.24" + "name": "v1.30.0", + "code": 40, + "date": "09.09.24" } } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e5372d9..00b9054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DashboardLeaf" -version = "1.29.0" +version = "1.30.0" description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically." authors = ["TheCodeLabsDevs"] packages = [{include = "dashboard_leaf"}] -- GitLab