Skip to content

Commit

Permalink
Prep for v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 17, 2020
1 parent a6c1199 commit 5a23a46
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
8 changes: 8 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.0.5
-----

* Replace Plasma API with APA102 library
* Add support for setting LED global brightness
* Add support for disabling button and/or LED
* Move packages/requires to setup.config, minimum version now Python 2.7

0.0.4
-----

Expand Down
9 changes: 9 additions & 0 deletions library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Stable library from PyPi:

Latest/development library from GitHub:

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


0.0.5
-----

* Replace Plasma API with APA102 library
* Add support for setting LED global brightness
* Add support for disabling button and/or LED
* Move packages/requires to setup.config, minimum version now Python 2.7

0.0.4
-----

Expand Down
2 changes: 1 addition & 1 deletion library/fanshim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import atexit
from threading import Thread

__version__ = '0.0.4'
__version__ = '0.0.5'


class FanShim():
Expand Down
2 changes: 1 addition & 1 deletion library/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = fanshim
version = 0.0.4
version = 0.0.5
author = Philip Howard
author_email = [email protected]
description = Python library for the Pimoroni Fan Shim for Raspberry Pi
Expand Down

0 comments on commit 5a23a46

Please sign in to comment.