From 1bd6e4920c7ad8fc888617109fefc5ad4187a996 Mon Sep 17 00:00:00 2001 From: davidusb-geek Date: Tue, 24 Dec 2024 10:10:52 +0100 Subject: [PATCH] Prepared new patched release --- CHANGELOG.md | 6 +++++- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30058234..ab4e2db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## 0.11.3 - 2024-10-31 +## 0.11.4 - 2024-12-24 +### Fix +- Fix bug when treating runtime params, fix optimization_time_step timedelta + +## 0.11.3 - 2024-12-23 ### Improvement - Runtime parameters now support all config parameters - Adopted the Ruff code fomatting diff --git a/docs/conf.py b/docs/conf.py index 3a2995bb..805850a8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'David HERNANDEZ' # The full version, including alpha/beta/rc tags -release = '0.11.3' +release = '0.11.4' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 1e5ebfc1..6b4c3270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "emhass" -version = "0.11.3" +version = "0.11.4" description = "An Energy Management System for Home Assistant" readme = "README.md" requires-python = ">=3.10, <3.12"