diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json index 1c9e7f34441f4dc0dd629317604ca39ddfd96ae8..6ff2b7aadc3af27d2ff4d675a95fa5190fde0e64 100644 --- a/dashboard_leaf/version.json +++ b/dashboard_leaf/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.31.2", - "code": 43, - "date": "09.10.24" + "name": "v1.32.0", + "code": 44, + "date": "03.12.24" } } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 716132c6e909257e6189c97ecc4443a32f110de3..3a9ea6f6fc0c4aec27816a1c78bf1c9883bb5baf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DashboardLeaf" -version = "1.31.2" +version = "1.32.0" description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically." authors = ["TheCodeLabsDevs"] packages = [{include = "dashboard_leaf"}]