Skip to content

Commit

Permalink
1.0.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 21, 2024
1 parent 7d1d44b commit d1c3e39
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v1.0.3 (2024-12-21)

### Fix

* fix: add asyncio.Timeout error ([`d9014f2`](https://github.com/Taraman17/pyHomee/commit/d9014f2fee9099a22362cabbb022ccde7ad5c0bc))

### Unknown

* Merge pull request #17 from Taraman17/dev

fix: add asyncio.Timeout error ([`7d1d44b`](https://github.com/Taraman17/pyHomee/commit/7d1d44b70857e9754c836e05eb4cf5bf55a9ee61))


## v1.0.2 (2024-12-03)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

__version__ = "1.0.2"
__version__ = "1.0.3"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit d1c3e39

Please sign in to comment.