diff --git a/CHANGELOG.md b/CHANGELOG.md index 592a342d..145cd98c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ # Changelog ## 0.11.0 - 2024-10-25 + +This version marks huge improvement works by @GeoDerp aiming to simplfy the intial and normal setup of EMHASS. The workflow for setting the EMHASS configuration regardless of the installation method has now been centralized on the single `config.json` file. The webserver has now a configuration tab that can be used to to modify and save the `config.json` file. + +The complete discussion of the changes on this thread: +[https://github.com/davidusb-geek/emhass/pull/334](https://github.com/davidusb-geek/emhass/pull/334) + ### Automatic version bot improvements - Bump h5py from 3.11.0 to 3.12.1 - Bump markupsafe from 2.1.5 to 3.0.2 +### Fix +- Revert to myst-parser==3.0.1 to solve documentation compilation failures + ## 0.10.6 - 2024-07-14 ### Fix - Fixed bug on predicted room temeprature publish, wrong key on DataFrame diff --git a/docs/conf.py b/docs/conf.py index 0fe8fa7b..687e1395 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.10.6' +release = '0.11.0' # -- General configuration --------------------------------------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt index d2e43189..1cc2e689 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,4 +18,4 @@ sphinx==7.2.6 sphinx-rtd-theme==2.0.0 docutils==0.18.1 attrs==21.4.0 -myst-parser==4.0.0 +myst-parser==3.0.1 \ No newline at end of file diff --git a/setup.py b/setup.py index c0325277..ae1d797c 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='emhass', # Required - version='0.10.6', # Required + version='0.11.0', # Required description='An Energy Management System for Home Assistant', # Optional long_description=long_description, # Optional long_description_content_type='text/markdown', # Optional (see note above)