Skip to content

Commit

Permalink
Prep for v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jun 12, 2024
1 parent 277fdf2 commit 194ebf5
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,3 +1,9 @@
1.0.0
-----

* Repackage to hatch/pyproject.toml
* Port to gpiod/gpiodevice

0.0.4
-----

Expand Down
2 changes: 1 addition & 1 deletion st7789/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import spidev
from gpiod.line import Direction, Value

__version__ = "0.0.4"
__version__ = "1.0.0"

OUTL = gpiod.LineSettings(direction=Direction.OUTPUT, output_value=Value.INACTIVE)

Expand Down

0 comments on commit 194ebf5

Please sign in to comment.