Skip to content

Commit

Permalink
Prep for v0.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Apr 23, 2024
1 parent 1e41e0c commit eaf99ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

0.0.4
_____

* Gracefully handle a tuple being passed to get_pin
* Match all pinctrl- gpiodevices for RPi in get_gpiochip_labels

0.0.3
-----

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

from . import errors, platform

__version__ = "0.0.3"
__version__ = "0.0.4"


CHIP_GLOB = "/dev/gpiochip*"
Expand Down

0 comments on commit eaf99ff

Please sign in to comment.