From 99151b84b975df72b4af34d71117885184e740db Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 21 Jan 2020 14:47:21 +0000 Subject: [PATCH] Prep for v0.0.4 --- library/CHANGELOG.txt | 5 +++++ library/README.md | 10 ++++++++++ library/fanshim/__init__.py | 2 +- library/setup.cfg | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/library/CHANGELOG.txt b/library/CHANGELOG.txt index 0c81946..ffbfd4e 100644 --- a/library/CHANGELOG.txt +++ b/library/CHANGELOG.txt @@ -1,3 +1,8 @@ +0.0.4 +----- + +* Prepare Fan SHIM to use legacy Plasma API + 0.0.3 ----- diff --git a/library/README.md b/library/README.md index b289cfc..748c2b4 100644 --- a/library/README.md +++ b/library/README.md @@ -132,6 +132,16 @@ You can start it again with: fanshim.start_polling() ``` +# Alternate Software + +* Fan SHIM in C, using WiringPi - https://github.com/flobernd/raspi-fanshim +* Fan SHIM in C++, using libgpiod - https://github.com/daviehh/fanshim-cpp + + +0.0.4 +----- + +* Prepare Fan SHIM to use legacy Plasma API 0.0.3 ----- diff --git a/library/fanshim/__init__.py b/library/fanshim/__init__.py index 90ded4d..f1dd7ae 100644 --- a/library/fanshim/__init__.py +++ b/library/fanshim/__init__.py @@ -7,7 +7,7 @@ import atexit from threading import Thread -__version__ = '0.0.3' +__version__ = '0.0.4' class FanShim(): diff --git a/library/setup.cfg b/library/setup.cfg index 47caca6..ba9536c 100644 --- a/library/setup.cfg +++ b/library/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = fanshim -version = 0.0.3 +version = 0.0.4 author = Philip Howard author_email = phil@pimoroni.com description = Python library for the Pimoroni Fan Shim for Raspberry Pi