Skip to content

Commit 3260936

Browse files
author
semantic-release
committed
0.5.10
Automatically generated by python-semantic-release
1 parent 8e1358c commit 3260936

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.10 (2025-05-04)
4+
5+
### Bug fixes
6+
7+
- Set client timeout (#30) ([`8e1358c`](https://github.com/kohlerlibs/aiokem/commit/8e1358ccc4a5b81fccd9f1f1fba1ff67154277ed))
8+
39
## v0.5.9 (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.9"
18+
release = "0.5.10"
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.9"
7+
version = "0.5.10"
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.9"
1+
__version__ = "0.5.10"
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)