Skip to content

Commit

Permalink
0.10.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 29, 2024
1 parent e15b2d4 commit 6e6fb47
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.10.1 (2024-12-29)

### Bug fixes

- Logging level (#215) ([`e15b2d4`](https://github.com/chemelli74/aiocomelit/commit/e15b2d4550c08e2f0e752acc451077b8db99716c))


### Unknown

### Testing

- Cleanup .coveragerc (again) (#190) ([`15328cd`](https://github.com/chemelli74/aiocomelit/commit/15328cdc4913912a59345bca59576def0f4bab22))


## v0.10.0 (2024-11-01)

### Build system
Expand Down Expand Up @@ -273,4 +287,3 @@
### Bug fixes

- Commlint ([`1b1e836`](https://github.com/chemelli74/aiocomelit/commit/1b1e836b9b6f6f21999e2499af1d15c995e4cd7d))

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiocomelit"
version = "0.10.0"
version = "0.10.1"
description = "Python library to control Comelit Simplehome"
authors = ["Simone Chemelli <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/aiocomelit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""aiocomelit library."""

__version__ = "0.10.0"
__version__ = "0.10.1"

from .api import (
ComeliteSerialBridgeApi,
Expand Down

0 comments on commit 6e6fb47

Please sign in to comment.