Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaurele committed Jul 2, 2020
1 parent e0635f6 commit f714124
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 @@
# Changelog

## 0.3.0

- add read operation on analog sensors
- bug fix on slice iteration

## 0.2.3

- bug fix on relay
Expand Down
2 changes: 1 addition & 1 deletion ipx800/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from ipx800.ipx800 import ApiError, IPX800 as ipx800 # noqa


__version__ = "0.2.3"
__version__ = "0.3.0"

0 comments on commit f714124

Please sign in to comment.