From 24ca2cde9df462662eb36a27e13749642d8d9750 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Tue, 3 Dec 2024 22:40:06 +0100 Subject: [PATCH] v1.32.1 --- dashboard_leaf/version.json | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json index 6ff2b7a..1436eb2 100644 --- a/dashboard_leaf/version.json +++ b/dashboard_leaf/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.32.0", - "code": 44, + "name": "v1.32.1", + "code": 45, "date": "03.12.24" } } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 350a645..9d32d27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DashboardLeaf" -version = "1.32.0" +version = "1.32.1" description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically." authors = ["TheCodeLabsDevs"] packages = [{include = "dashboard_leaf"}] -- GitLab