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 May 10, 2024
1 parent 380662a commit 1f1660e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.0.0
-----

* Port to gpiod/gpiodevice
* Repackage to hatch/pyproject.toml
* BREAKING: spi_cs_gpio will not auto-detect SPI CS line, use spi_cs=(0, 1)
* BREAKING: Constants `BG_CS_FRONT_BCM` and `BG_CS_BACK_BCM` are now CS lines, not pins

0.1.0
-----

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

__version__ = "0.1.0"
__version__ = "1.0.0"

WAIT = -1

Expand Down

0 comments on commit 1f1660e

Please sign in to comment.