Skip to content

Commit

Permalink
- version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
simbaja committed Apr 23, 2023
1 parent 94b7764 commit 1152f9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# GE Home SDK Changelog

## 0.5.9

- Fixed issues with Python 3.11
- Fixed dependency issues

## 0.5.8

- Added additional dishwasher functionality (@NickWaterton)
Expand Down
2 changes: 1 addition & 1 deletion gehomesdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""GE Home SDK"""

__version__ = "0.5.8"
__version__ = "0.5.9"


from .clients import *
Expand Down

0 comments on commit 1152f9a

Please sign in to comment.