Skip to content

Commit

Permalink
0.11.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 24, 2025
1 parent 9979e6d commit 4d39b36
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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

### Bug fixes

* Update dependency fastapi to v0.115.7 ([`9979e6d`](https://github.com/MartinHjelmare/aiohomeconnect/commit/9979e6dddcd49da9870e9a746d2a298d5bc36349))

### Chores

* Update dependency ruff to v0.9.3 ([`d860e20`](https://github.com/MartinHjelmare/aiohomeconnect/commit/d860e20f91700fea39adf4547f4b08483bbf3aec))
* Update pre-commit hook codespell-project/codespell to v2.4.0 ([`808d4ce`](https://github.com/MartinHjelmare/aiohomeconnect/commit/808d4ced4447c413cddd1366481566f4d302e6cf))
* Update dependency codespell to v2.4.0 ([`a2ae0a8`](https://github.com/MartinHjelmare/aiohomeconnect/commit/a2ae0a85b4c153918feb62df66146113a8da88c5))
* Update dependency pre-commit to v4.1.0 ([`9600c8f`](https://github.com/MartinHjelmare/aiohomeconnect/commit/9600c8f579305ce86129a87194b83d7a5f0fa4c1))
* Update dependency ruff to v0.9.2 (#47) ([`10032bb`](https://github.com/MartinHjelmare/aiohomeconnect/commit/10032bbdb5ea9fa9187a95f8b766b8eb5f45d784))
* Update pre-commit hook astral-sh/ruff-pre-commit to v0.9.2 ([`bcd43a5`](https://github.com/MartinHjelmare/aiohomeconnect/commit/bcd43a5c38970ce6abf423d6e6b81ec6f83647dc))

## v0.11.2 (2025-01-17)

### 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.2"
release = "0.11.3"

# 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.2"
version = "0.11.3"

[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.2"
__version__ = "0.11.3"

0 comments on commit 4d39b36

Please sign in to comment.