diff --git a/CHANGELOG.md b/CHANGELOG.md index c277634d..f7a1b6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.8.3] - 2024-03-11 +### Fix +- Fixed web_server options_json bug in standalone fix + ## [0.8.2] - 2024-03-10 ### Improvement - Proposed a new solution to survive DST using special option of Pandas `round` method @@ -599,6 +603,7 @@ Thanks to @GeoDerp for this great work! [0.8.0]: https://github.com/davidusb-geek/emhass/releases/tag/v0.8.0 [0.8.1]: https://github.com/davidusb-geek/emhass/releases/tag/v0.8.1 [0.8.2]: https://github.com/davidusb-geek/emhass/releases/tag/v0.8.2 +[0.8.3]: https://github.com/davidusb-geek/emhass/releases/tag/v0.8.3 # Notes All notable changes to this project will be documented in this file. diff --git a/docs/conf.py b/docs/conf.py index 6f8dc0cd..74b47c0c 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.8.2' +release = '0.8.3' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 3805cbc0..bbf985e6 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='emhass', # Required - version='0.8.2', # Required + version='0.8.3', # 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)