From a4b48316c3f287e48bb94a7f54a4681d4e52c95f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 6 Jan 2025 21:26:33 +0000 Subject: [PATCH] 0.7.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- src/aiohomeconnect/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aef0f6..67663e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.7.5 (2025-01-06) + +### Bug fixes + +* Set default values for optional model attributes (#37) ([`bb2744a`](https://github.com/MartinHjelmare/aiohomeconnect/commit/bb2744a165fbcab5e0de9a4c58e10e7d5f6a0a66)) + ## v0.7.4 (2025-01-06) ### Bug fixes diff --git a/docs/conf.py b/docs/conf.py index 5e90c11..7112e3b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ project = "aiohomeconnect" project_copyright = "2024, Martin Hjelmare" author = "Martin Hjelmare" -release = "0.7.4" +release = "0.7.5" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 3b570b7..b242e45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ packages = [ ] readme = "README.md" repository = "https://github.com/MartinHjelmare/aiohomeconnect" -version = "0.7.4" +version = "0.7.5" [tool.poetry.urls] "Bug Tracker" = "https://github.com/MartinHjelmare/aiohomeconnect/issues" diff --git a/src/aiohomeconnect/__init__.py b/src/aiohomeconnect/__init__.py index 30e1f0d..81e674c 100644 --- a/src/aiohomeconnect/__init__.py +++ b/src/aiohomeconnect/__init__.py @@ -1,3 +1,3 @@ """Asynchronous Python client for Home Connect API.""" -__version__ = "0.7.4" +__version__ = "0.7.5"