Skip to content

Commit d9ac183

Browse files
author
semantic-release
committed
0.5.9
Automatically generated by python-semantic-release
1 parent 64c8011 commit d9ac183

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## v0.5.9 (2025-05-02)
4+
5+
### Bug fixes
6+
7+
- Reverse mac address in homes (#29) ([`64c8011`](https://github.com/kohlerlibs/aiokem/commit/64c801195c84e0ea220389ab63ffd7b1b7094743))
8+
39
## v0.5.8 (2025-05-02)
410

511
### Bug fixes

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "aiokem"
1616
copyright = "2025, J. Nick Koston"
1717
author = "J. Nick Koston"
18-
release = "0.5.8"
18+
release = "0.5.9"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "setuptools" ]
44

55
[project]
66
name = "aiokem"
7-
version = "0.5.8"
7+
version = "0.5.9"
88
description = "Async API for Kohler Energy Management"
99
readme = "README.md"
1010
license = { text = "MIT" }

src/aiokem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.8"
1+
__version__ = "0.5.9"
22

33
from .exceptions import (
44
AioKemError,

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)