Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 29, 2024
1 parent a3cc541 commit 2bd254a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.5.2 (2024-11-29)

### Bug fixes

* Update httpx ([`a3cc541`](https://github.com/MartinHjelmare/aiohomeconnect/commit/a3cc541b5e1bbfad93f72c7d1633d0d05c908c32))

### Chores

* Add httpx renovate group (#30) ([`1b94f22`](https://github.com/MartinHjelmare/aiohomeconnect/commit/1b94f22136321530a3b857005360915ba281444e))
* Update dependency ruff to v0.8.1 ([`bb22973`](https://github.com/MartinHjelmare/aiohomeconnect/commit/bb229732a862642cdc4a20f22d541fa26be6412a))

## v0.5.1 (2024-11-29)

### 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.5.1"
release = "0.5.2"

# 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.5.1"
version = "0.5.2"

[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.5.1"
__version__ = "0.5.2"

0 comments on commit 2bd254a

Please sign in to comment.