Skip to content

Commit

Permalink
Prepared a new version release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Oct 25, 2024
1 parent 3fcb5bb commit 3c0638b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.10.6'
release = '0.11.0'

# -- General configuration ---------------------------------------------------

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

0 comments on commit 3c0638b

Please sign in to comment.