Skip to content

Commit 1f1660e

Browse files
committed
Prep for v1.0.0.
1 parent 380662a commit 1f1660e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.0.0
2+
-----
3+
4+
* Port to gpiod/gpiodevice
5+
* Repackage to hatch/pyproject.toml
6+
* BREAKING: spi_cs_gpio will not auto-detect SPI CS line, use spi_cs=(0, 1)
7+
* BREAKING: Constants `BG_CS_FRONT_BCM` and `BG_CS_BACK_BCM` are now CS lines, not pins
8+
19
0.1.0
210
-----
311

pmw3901/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import spidev
77
from gpiod.line import Direction, Value
88

9-
__version__ = "0.1.0"
9+
__version__ = "1.0.0"
1010

1111
WAIT = -1
1212

0 commit comments

Comments
 (0)