Skip to content

Commit

Permalink
0.12.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 29, 2025
1 parent a489f6e commit cfe433c
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.12.1 (2025-01-29)

### Bug fixes

* Use `raw_key` for the correct dataclasses for programs (#51) ([`a489f6e`](https://github.com/MartinHjelmare/aiohomeconnect/commit/a489f6eaaeeed7b0da8e9f6a8f5d676cbcb899d4))

## v0.12.0 (2025-01-29)

### 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.12.0"
release = "0.12.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.12.0"
version = "0.12.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.12.0"
__version__ = "0.12.1"

0 comments on commit cfe433c

Please sign in to comment.