Skip to content

Commit

Permalink
version: bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaurele committed Dec 27, 2020
1 parent c0376d2 commit 276afe5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.4.0

- add virtual inputs operations
- add virtual output operations
- refactor relay/switch code
- test and support python 3.9

## 0.3.0

- add read operation on analog sensors
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.3.0"
__version__ = "0.4.0"

0 comments on commit 276afe5

Please sign in to comment.