diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json index 6ea55658da10f6b00417e9927a6e20a3b0f25a76..db6279e4df1cd8be6867a6cab41825010353f339 100644 --- a/dashboard_leaf/version.json +++ b/dashboard_leaf/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.27.0", - "code": 37, - "date": "22.12.23" + "name": "v1.28.0", + "code": 38, + "date": "27.02.24" } } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7dcbd37ae0ce787d8007a173fc6092fe41b9a4d5..436c47dc08b393e98b97db32bf75ffcfc41d6e34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DashboardLeaf" -version = "1.27.0" +version = "1.28.0" description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically." authors = ["TheCodeLabsDevs"] packages = [{include = "dashboard_leaf"}]