Skip to content

Commit df4c572

Browse files
committed
Prepared new release
1 parent 9b969fa commit df4c572

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

emhass/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.6.1] - 2024-02-04
4+
Following update of EMHASS code v0.7.3
5+
### Fix
6+
- Fixed bug when booleans, solving "perform_backtest": "false" has no effect
7+
- Refactored util.py method to handle optional parameters
8+
- Updated web server, solving runtime issues
9+
- Solved issue passing solcast and solar.forecast runtime params
10+
- Updated documentation requirements
11+
312
## [0.6.1] - 2024-01-30
413
Patched new version with bug fixes on ptahs and missing list types
514

emhass/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: EMHASS
22
description: Energy Management for Home Assistant
33
url: https://github.com/davidusb-geek/emhass
4-
version: 0.6.1
4+
version: 0.6.2
55
slug: emhass
66
arch:
77
- aarch64

emhass/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ skforecast==0.11.0
1414
flask>=2.0.3
1515
waitress>=2.1.1
1616
plotly>=5.6.0
17-
emhass==0.7.2
17+
emhass==0.7.3
1818
#git+https://github.com/davidusb-geek/emhass

0 commit comments

Comments
 (0)