diff --git a/CHANGELOG.md b/CHANGELOG.md index 800cd49f..704b78cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.7.6] - 2024-02-06 +### Fix +- Fixed number of startups constraint for deferrable load at the begining of the optimization period +- Fixed list of bools from options.json +- Fixed some testing and debugging scripts + ## [0.7.5] - 2024-02-04 ### Fix - Fixing again "perform_backtest": "false" has no effect diff --git a/docs/conf.py b/docs/conf.py index 990f1bd5..45a090fc 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.7.5' +release = '0.7.6' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 8a0868ba..56ac9ef0 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='emhass', # Required - version='0.7.5', # Required + version='0.7.6', # 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)