Skip to content

Commit 839afc4

Browse files
authored
v2022.5.0 (#9)
* v2022.5.0 * record hardware
1 parent 1447d70 commit 839afc4

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
55

66
## [Unreleased]
77

8+
## [2022.5.0]
9+
810
### Added
911
- initial release

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This package contains the following daemon(s):
1313

1414
- https://yaq.fyi/daemons/labjack-sensor
1515

16-
Maintainers:
16+
Maintainer(s):
17+
18+
- [Blaise Thompson](https://github.com/untzag)
1719

18-
- This package is currently unmaintained!

yaqd_labjack/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
2022.5.0

yaqd_labjack/labjack-sensor.avpr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
}
8484
},
8585
"doc": "",
86+
"hardware": [
87+
"labjack:t7-pro"
88+
],
8689
"installation": {
8790
"PyPI": "https://pypi.org/project/yaqd-labjack"
8891
},

yaqd_labjack/labjack-sensor.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
protocol = "labjack-sensor"
22
doc = ""
33
traits = ["has-measure-trigger", "is-sensor", "is-daemon"]
4+
hardware = ["labjack:t7-pro"]
45

56
[links]
67
source = "https://github.com/yaq-project/yaqd-labjack"

0 commit comments

Comments
 (0)