Skip to content

Commit

Permalink
Prepared new patched release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Dec 24, 2024
1 parent 88be7a3 commit 1bd6e49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 0.11.3 - 2024-10-31
## 0.11.4 - 2024-12-24
### Fix
- Fix bug when treating runtime params, fix optimization_time_step timedelta

## 0.11.3 - 2024-12-23
### Improvement
- Runtime parameters now support all config parameters
- Adopted the Ruff code fomatting
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.11.3'
release = '0.11.4'

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "emhass"
version = "0.11.3"
version = "0.11.4"
description = "An Energy Management System for Home Assistant"
readme = "README.md"
requires-python = ">=3.10, <3.12"
Expand Down

0 comments on commit 1bd6e49

Please sign in to comment.