From 5fa3b0b8df7edff5e69be38b932ba7ebaebc3d9f Mon Sep 17 00:00:00 2001 From: davidusb-geek Date: Sun, 29 Dec 2024 18:32:08 +0100 Subject: [PATCH] Prepared new release --- CHANGELOG.md | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7475ec..2ed01311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 0.12.0 - 2024-12-29 ### BREAKING CHANGE -- The solar PV is now optional +- The solar PV system is now optional. If you have a PV system then use the switch on the webui or set the `set_use_pv` parameter to `True`. ### Improvement - A new load power forecast method based on statistic and typical household load power consumption. This and the optional PV, will make it easier for new users to on-board EMHASS because this new default behavior does not require any data retrieval from Home Assistant or any other external source. - Updated documentation. diff --git a/docs/conf.py b/docs/conf.py index 805850a8..7d89eb58 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.4' +release = '0.12.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 6b4c3270..326444ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "emhass" -version = "0.11.4" +version = "0.12.0" description = "An Energy Management System for Home Assistant" readme = "README.md" requires-python = ">=3.10, <3.12"