diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f175a..67206be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.0.0 +----- + +* BREAKING: Port to gpiod/gpiodevice for Pi 5/Bookworm. + 0.0.6 ----- diff --git a/enviroplus/__init__.py b/enviroplus/__init__.py index 034f46c..5becc17 100644 --- a/enviroplus/__init__.py +++ b/enviroplus/__init__.py @@ -1 +1 @@ -__version__ = "0.0.6" +__version__ = "1.0.0" diff --git a/pyproject.toml b/pyproject.toml index a6a4e6b..0dd08b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,8 @@ classifiers = [ "Topic :: System :: Hardware", ] dependencies = [ + "gpiod" >= 2.1.3", + "gpiodevice >= 0.0.3", "pimoroni-bme280 >= 1.0.0", "pms5003 >= 1.0.0", "ltr559 >= 1.0.0",