Skip to content

Commit

Permalink
Release version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clssn committed Feb 10, 2021
1 parent 4f68603 commit 64e27f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@ 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.10.0 (not yet released)
---------------------------------
Release 0.10.0
--------------

This release finally adds support for all Numato USB GPIO devices. A device
mockup has been created whose behavior was derived from Numato documentation
and the analysis of user's Issues. In practice there may be additional
properties of devices which haven't been taken into account.

- Support 8, 16, 32, 64 and 128 port devices
- Add unit tests covering all ports and eol-sequences including notifications
- Fix notifications which in certain cases would remain undetected
- Improve unit test coverage to >80%
- Improve the Makefile to create a virtualenv for development and testing

Release 0.9.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.10.0.dev0",
version="0.10.0",
author="Henning Classen",
author_email="code@clssn.de",
description="Python API for Numato GPIO Expanders",
Expand Down

0 comments on commit 64e27f4

Please sign in to comment.