We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb9168 commit 3db288dCopy full SHA for 3db288d
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+1.0.0
2
+-----
3
+
4
+* BREAKING: Port to gpiod/gpiodevice for Pi 5/Bookworm.
5
6
0.0.6
7
-----
8
enviroplus/__init__.py
@@ -1 +1 @@
-__version__ = "0.0.6"
+__version__ = "1.0.0"
pyproject.toml
@@ -35,6 +35,8 @@ classifiers = [
35
"Topic :: System :: Hardware",
36
]
37
dependencies = [
38
+ "gpiod >= 2.1.3",
39
+ "gpiodevice >= 0.0.3",
40
"pimoroni-bme280 >= 1.0.0",
41
"pms5003 >= 1.0.0",
42
"ltr559 >= 1.0.0",
0 commit comments