Skip to content

Commit

Permalink
0.9.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 4, 2024
1 parent a24e16a commit b338e1b
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 @@



## v0.9.8 (2024-06-04)

### :zap:

* :zap: handle timeout error and add tests ([`a24e16a`](https://github.com/Mips2648/jeedom-daemon-py/commit/a24e16a3a607e08868f5235a3a3fa15caa7d792d))

### Other

* Merge branch 'main' of https://github.com/Mips2648/jeedom-daemon-py ([`15352e3`](https://github.com/Mips2648/jeedom-daemon-py/commit/15352e3b1efe916944309d46de373af941d65c10))

* update doc ([`0260e50`](https://github.com/Mips2648/jeedom-daemon-py/commit/0260e50d3d0bd5d9815987472e21c09b680b4b0b))


## v0.9.7 (2024-05-16)

### :bug:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = "0.9.7"
__version__ = "0.9.8"

setup(
# Needed to silence warnings (and to be a worthwhile package)
Expand Down

0 comments on commit b338e1b

Please sign in to comment.