Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 4, 2024
1 parent 428a634 commit 7e1071d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.1.9 (2024-10-04)

### Fix

* Update dependency rich to v13.9.2 ([`7513478`](https://github.com/MartinHjelmare/aiohomeconnect/commit/751347844d7e32996b6b8ffb7651502fd28f1144))

## v0.1.8 (2024-10-01)

### Fix
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.1.8"
release = "0.1.9"

# 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.1.8"
version = "0.1.9"

[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.1.8"
__version__ = "0.1.9"

0 comments on commit 7e1071d

Please sign in to comment.