From 5601e4d2ef41cee0ba076b6182ed542a1981fe3d Mon Sep 17 00:00:00 2001 From: Martin Erzberger Date: Sun, 24 Nov 2019 20:54:36 +0100 Subject: [PATCH] Prepare release --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9ede04..bc512fc 100644 --- a/README.md +++ b/README.md @@ -181,5 +181,5 @@ i.e. `BUS_SPEED_HZ = 1500000`. This means that all light programs with lots of u - 2.1.1 (2019-03-15): Enable Chip Select (thanks @grandinquisitor); Simplify installation (thanks @nielstron) - 2.2.0 (2019-03-16): First version that is available on PyPi (pip 3 install); Renamed package for compliancy with PEP 8. - 2.2.1 (2019-09-20): Nothing new, just a re-test of the library with Raspbian Buster -- 2.3.0 (2019-11-23): Untested fix for SK9822 type LEDs; Fix name space; Update readme. Note: The namespace fix +- 2.3.0 (2019-11-24): Untested fix for SK9822 type LEDs; Fix name space; Update readme. Note: The namespace fix breaks compatibility with the previous version, hence the minor upgrade in the version number. \ No newline at end of file diff --git a/setup.py b/setup.py index cf040e0..88606d7 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="apa102-pi", - version="2.3.0-rc2", + version="2.3.0", author="Martin Erzberger", author_email="martin@erzberger.ch", description="Driver for APA102 LEDs on a Raspberry Pi",