Skip to content

Commit

Permalink
Release numato-gpio version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clssn committed Jan 20, 2021
1 parent 10a8fb4 commit 830a56f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,15 @@ def callback(port, level):
dev.add_event_detect(14, callback, gpio.BOTH)
dev.notify = True
```
## Versions
## Release Versions

See [changelog](changelog.md).

## Troubleshooting

In case your device can't be discovered or you even get an error message or
stacktrace, please follow the [troubleshooting guide](doc/troubleshooting.md).

## Known Issues

Though the code works well in a [Home Assistant](https://home-assistant.io)
Expand Down
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ release, breaking changes will increment the minor version only. This is likely
to happen quite often until things have settled down and a certain degree of
maturity is established.

Release 0.9.0
-------------

This release extends the support to devices with different end-of-line responses.

- Support end-of-line responses cr, lf and lfcr in addition to crlf
- New troubleshooting document to streamline support requests
- Minor bug fixes

Release 0.8.1
-------------

This release adds a github workflow to deploy release packages on PyPI.

Release 0.8.0
-------------

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

setuptools.setup(
name="numato-gpio",
version="0.9.0.dev0",
version="0.9.0",
author="Henning Classen",
author_email="code@clssn.de",
description="Python API for Numato GPIO Expanders",
Expand Down

0 comments on commit 830a56f

Please sign in to comment.