Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 3, 2024
1 parent 3e60405 commit 02ebfe8
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.2 (2024-12-03)

### Fix

* fix: Unexpected exception when login information is incorrect. Taraman17/pyHomee#14 ([`473866b`](https://github.com/Taraman17/pyHomee/commit/473866b39b1e852f4f548b99677a5dc9ed0f3882))

### Unknown

* Merge pull request #15 from Taraman17/dev

fix: Unexpected exception when login is incorrect. ([`3e60405`](https://github.com/Taraman17/pyHomee/commit/3e60405f31b2a20137107bd408f529cd445393e4))


## v1.0.1 (2024-12-01)

### 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.1"
__version__ = "1.0.2"

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

0 comments on commit 02ebfe8

Please sign in to comment.