Skip to content

Commit 99151b8

Browse files
committed
Prep for v0.0.4
1 parent 5c8796b commit 99151b8

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

library/CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.0.4
2+
-----
3+
4+
* Prepare Fan SHIM to use legacy Plasma API
5+
16
0.0.3
27
-----
38

library/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,16 @@ You can start it again with:
132132
fanshim.start_polling()
133133
```
134134

135+
# Alternate Software
136+
137+
* Fan SHIM in C, using WiringPi - https://github.com/flobernd/raspi-fanshim
138+
* Fan SHIM in C++, using libgpiod - https://github.com/daviehh/fanshim-cpp
139+
140+
141+
0.0.4
142+
-----
143+
144+
* Prepare Fan SHIM to use legacy Plasma API
135145

136146
0.0.3
137147
-----

library/fanshim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import atexit
88
from threading import Thread
99

10-
__version__ = '0.0.3'
10+
__version__ = '0.0.4'
1111

1212

1313
class FanShim():

library/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = fanshim
3-
version = 0.0.3
3+
version = 0.0.4
44
author = Philip Howard
55
author_email = phil@pimoroni.com
66
description = Python library for the Pimoroni Fan Shim for Raspberry Pi

0 commit comments

Comments
 (0)