Skip to content

Commit 5a23a46

Browse files
committed
Prep for v0.0.5
1 parent a6c1199 commit 5a23a46

4 files changed

Lines changed: 19 additions & 2 deletions

File tree

library/CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.0.5
2+
-----
3+
4+
* Replace Plasma API with APA102 library
5+
* Add support for setting LED global brightness
6+
* Add support for disabling button and/or LED
7+
* Move packages/requires to setup.config, minimum version now Python 2.7
8+
19
0.0.4
210
-----
311

library/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Stable library from PyPi:
1313

1414
Latest/development library from GitHub:
1515

16+
* `apt install git python3-pip`
1617
* `git clone https://github.com/pimoroni/fanshim-python`
1718
* `cd fanshim-python`
1819
* `sudo ./install.sh`
@@ -138,6 +139,14 @@ fanshim.start_polling()
138139
* Fan SHIM in C++, using libgpiod - https://github.com/daviehh/fanshim-cpp
139140

140141

142+
0.0.5
143+
-----
144+
145+
* Replace Plasma API with APA102 library
146+
* Add support for setting LED global brightness
147+
* Add support for disabling button and/or LED
148+
* Move packages/requires to setup.config, minimum version now Python 2.7
149+
141150
0.0.4
142151
-----
143152

library/fanshim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import atexit
55
from threading import Thread
66

7-
__version__ = '0.0.4'
7+
__version__ = '0.0.5'
88

99

1010
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.4
3+
version = 0.0.5
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)