diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json index 8d9b85bfc372fdcc5c9d8e7a493b9cfb172ee419..0e8ea084ac06a12721f2437d675d752acf03cbf1 100644 --- a/dashboard_leaf/version.json +++ b/dashboard_leaf/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.23.1", - "code": 33, - "date": "07.08.23" + "name": "v1.24.0", + "code": 34, + "date": "28.08.23" } } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1409b64323bdb6e9593e96a9c2c8a8409b09fb60..f2256abd69e0adc4d0fce9c87f7d7f2751f11ff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DashboardLeaf" -version = "1.23.1" +version = "1.24.0" description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically." authors = ["TheCodeLabsDevs"] packages = [{include = "dashboard_leaf"}]