We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277fdf2 commit 194ebf5Copy full SHA for 194ebf5
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+1.0.0
2
+-----
3
+
4
+* Repackage to hatch/pyproject.toml
5
+* Port to gpiod/gpiodevice
6
7
0.0.4
8
-----
9
st7789/__init__.py
@@ -27,7 +27,7 @@
27
import spidev
28
from gpiod.line import Direction, Value
29
30
-__version__ = "0.0.4"
+__version__ = "1.0.0"
31
32
OUTL = gpiod.LineSettings(direction=Direction.OUTPUT, output_value=Value.INACTIVE)
33
0 commit comments