From 59a838db4c808c32076132a50e492b62166144ad Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Mon, 7 Aug 2023 20:57:21 +0200 Subject: [PATCH] v1.23.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 6198c7a..6aef399 100644 --- a/dashboard_leaf/version.json +++ b/dashboard_leaf/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.22.0", - "code": 31, - "date": "06.05.23" + "name": "v1.23.0", + "code": 32, + "date": "07.08.23" } } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c0e40a3..788c405 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DashboardLeaf" -version = "1.20.0" +version = "1.23.0" description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically." authors = ["TheCodeLabsDevs"] -- GitLab