diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json index a8e140d1d5102be5994d8d9d25a64671cf2a4e52..6ea55658da10f6b00417e9927a6e20a3b0f25a76 100644 --- a/dashboard_leaf/version.json +++ b/dashboard_leaf/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.26.0", - "code": 36, - "date": "01.12.23" + "name": "v1.27.0", + "code": 37, + "date": "22.12.23" } } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index bd32b7db9e7220457773a0cb5d8a97fd1e714f8a..9f5d56477ab03d037cc1b6bcbdf7537a88523250 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DashboardLeaf" -version = "1.26.0" +version = "1.27.0" description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically." authors = ["TheCodeLabsDevs"] packages = [{include = "dashboard_leaf"}]