Skip to content

Commit 3db288d

Browse files
committed
Prep for v1.0.0.
1 parent efb9168 commit 3db288d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.0
2+
-----
3+
4+
* BREAKING: Port to gpiod/gpiodevice for Pi 5/Bookworm.
5+
16
0.0.6
27
-----
38

enviroplus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.6"
1+
__version__ = "1.0.0"

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ classifiers = [
3535
"Topic :: System :: Hardware",
3636
]
3737
dependencies = [
38+
"gpiod >= 2.1.3",
39+
"gpiodevice >= 0.0.3",
3840
"pimoroni-bme280 >= 1.0.0",
3941
"pms5003 >= 1.0.0",
4042
"ltr559 >= 1.0.0",

0 commit comments

Comments
 (0)