Skip to content

Commit

Permalink
Prepared new patched version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Mar 11, 2024
1 parent 84bcc38 commit b7ac62e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b7ac62e

Please sign in to comment.