Skip to content

Commit

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

## v0.7.3 (2024-12-20)

### Bug fixes

* Update dependency authlib to v1.4.0 ([`be1d018`](https://github.com/MartinHjelmare/aiohomeconnect/commit/be1d018b1b21d10ef91d438ec65663da7bad9447))

### Chores

* Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.4 ([`df362f2`](https://github.com/MartinHjelmare/aiohomeconnect/commit/df362f2415eb7564fbd0300f9e08a490bf224cec))
* Update dependency ruff to v0.8.4 ([`272602a`](https://github.com/MartinHjelmare/aiohomeconnect/commit/272602a153cae7cae123296962b5678ec2ca11c7))
* Update wagoid/commitlint-github-action action to v6.2.0 ([`7e07707`](https://github.com/MartinHjelmare/aiohomeconnect/commit/7e077072a47e4f198bebeb990a8f5c2cba88924c))
* Update python-semantic-release/python-semantic-release action to v9.15.2 ([`c342360`](https://github.com/MartinHjelmare/aiohomeconnect/commit/c342360d645f9011c6a927217379b3d63d3ffc9c))
* Update dependency python-semantic-release to v9.15.2 ([`415d88d`](https://github.com/MartinHjelmare/aiohomeconnect/commit/415d88d4c0fc725b8cacbfb453f2483105430a03))

## v0.7.2 (2024-12-15)

### 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.7.2"
release = "0.7.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.7.2"
version = "0.7.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.7.2"
__version__ = "0.7.3"

0 comments on commit f403125

Please sign in to comment.