diff --git a/emhass/CHANGELOG.md b/emhass/CHANGELOG.md index b1bf0c6..196ceef 100644 --- a/emhass/CHANGELOG.md +++ b/emhass/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.9.1 - 2024-05-13 +### Fix +- Fix patch for issue with paths to modules and inverters database +- Fixed code formatting, or at least trying to keep a unique format + ## 0.9.0 - 2024-05-12 ### Improvement - On this new version we now have a new method to train a regression model using Scikit-Learn methods. This is the contribution of @gieljnssns. Check the dedicated section the documentation to this new feature: [https://emhass.readthedocs.io/en/latest/mlregressor.html](https://emhass.readthedocs.io/en/latest/mlregressor.html) diff --git a/emhass/config.yml b/emhass/config.yml index 018d144..3b66022 100644 --- a/emhass/config.yml +++ b/emhass/config.yml @@ -1,7 +1,7 @@ name: EMHASS description: Energy Management for Home Assistant url: https://github.com/davidusb-geek/emhass -version: 0.9.0 +version: 0.9.1 slug: emhass arch: - aarch64 diff --git a/emhass/requirements.txt b/emhass/requirements.txt index 4f0d36c..394f4fa 100644 --- a/emhass/requirements.txt +++ b/emhass/requirements.txt @@ -16,5 +16,5 @@ flask>=2.0.3 waitress>=2.1.1 plotly>=5.6.0 #EMHASS -emhass==0.9.0 +emhass==0.9.1 #git+https://github.com/davidusb-geek/emhass \ No newline at end of file