We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae4134 commit fc87653Copy full SHA for fc87653
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.15.0 - 2025-12-09
4
### Improvement
5
- Added support for async emhass code (@gieljnssns)
6
- Added support for websocket data retrieval (@gieljnssns)
docs/conf.py
@@ -23,7 +23,7 @@
23
author = "David HERNANDEZ"
24
25
# The full version, including alpha/beta/rc tags
26
-release = "0.14.1"
+release = "0.15.0"
27
28
# -- General configuration ---------------------------------------------------
29
pyproject.toml
[project]
name = "emhass"
-version = "0.14.1"
+version = "0.15.0"
description = "An Energy Management System for Home Assistant"
readme = "README.md"
requires-python = ">=3.10, <3.13"
0 commit comments