From cf06426e1cd1394ae4924ca0a52204aa6141744b Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 9 Feb 2022 08:49:56 +0000 Subject: [PATCH] Prep for v4.3.2 --- library/CHANGELOG.txt | 6 ++++++ library/setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/library/CHANGELOG.txt b/library/CHANGELOG.txt index 5bb8d9a..8db546c 100644 --- a/library/CHANGELOG.txt +++ b/library/CHANGELOG.txt @@ -1,3 +1,9 @@ +4.3.2 +----- + +* New: Added support for Revision 0xc03131 (Pi 400, 4GB v1.1) +* New: Added support for Revision 0xb03115 (Pi 4, 2GB v1.5) + 4.3.1 ----- diff --git a/library/setup.py b/library/setup.py index ded47d0..e17d7c0 100755 --- a/library/setup.py +++ b/library/setup.py @@ -13,7 +13,7 @@ def run(self): build_py.run(self) setup(name = 'rpi_ws281x', - version = '4.3.1', + version = '4.3.2', author = 'Jeremy Garff , Phil Howard ', author_email = 'jer@jers.net, phil@pimoroni.com', description = 'Userspace Raspberry Pi PWM/PCM/SPI library for SK6812 and WS281X LEDs.',