Skip to content

Commit

Permalink
0.11.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 25, 2025
1 parent 6d8000f commit 63d67a3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.11.4 (2025-01-25)

### Bug fixes

* Ignore `none` values at models used at `put` requests (#48) ([`6d8000f`](https://github.com/MartinHjelmare/aiohomeconnect/commit/6d8000f99044a704274394cb097232943609d165))

### Chores

* Update pre-commit hook astral-sh/ruff-pre-commit to v0.9.3 ([`058f5c1`](https://github.com/MartinHjelmare/aiohomeconnect/commit/058f5c1a4a05460703e9010dc5f5e752d696cd29))

## v0.11.3 (2025-01-24)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "aiohomeconnect"
project_copyright = "2024, Martin Hjelmare"
author = "Martin Hjelmare"
release = "0.11.3"
release = "0.11.4"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/MartinHjelmare/aiohomeconnect"
version = "0.11.3"
version = "0.11.4"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/MartinHjelmare/aiohomeconnect/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/aiohomeconnect/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Asynchronous Python client for Home Connect API."""

__version__ = "0.11.3"
__version__ = "0.11.4"

0 comments on commit 63d67a3

Please sign in to comment.