Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 14, 2024
1 parent 0f91cc5 commit 1a65b0a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.7.1 (2024-12-14)

### Bug fixes

* Update dependency uvicorn to ^0.33.0 ([`0f91cc5`](https://github.com/MartinHjelmare/aiohomeconnect/commit/0f91cc5f8c37027469fd7b0ded6e35489a825698))

### Chores

* Update dependency pytest-asyncio to ^0.25.0 ([`94b4cbc`](https://github.com/MartinHjelmare/aiohomeconnect/commit/94b4cbcfdc3ebc8095b22e26f9a867def4bd4394))
* Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.3 ([`46ae9e2`](https://github.com/MartinHjelmare/aiohomeconnect/commit/46ae9e217f29df0259ca5738d8aec23eee91dc5c))
* Update dependency ruff to v0.8.3 ([`15c7b6e`](https://github.com/MartinHjelmare/aiohomeconnect/commit/15c7b6ec8d2fec72038bb1e7f3c462285cc77204))

## v0.7.0 (2024-12-12)

### Features
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.7.0"
release = "0.7.1"

# 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.7.0"
version = "0.7.1"

[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.7.0"
__version__ = "0.7.1"

0 comments on commit 1a65b0a

Please sign in to comment.