Skip to content

Commit 2f5e61b

Browse files
author
Philip Howard
committed
Prep for v4.3.3
1 parent b0fb553 commit 2f5e61b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

library/CHANGELOG.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.3.3
2+
-----
3+
4+
* New: Added support for Revision 0xc03115 (Pi 4, 4GB v1.5)
5+
* New: Added support for Revision 0xd03115 (Pi 4, 8GB v1.5)
6+
17
4.3.2
28
-----
39

library/rpi_ws281x/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .rpi_ws281x import PixelStrip, Adafruit_NeoPixel, Color, ws
33
from _rpi_ws281x import *
44

5-
__version__ = '4.3.0'
5+
__version__ = '4.3.3'

library/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def run(self):
1313
build_py.run(self)
1414

1515
setup(name = 'rpi_ws281x',
16-
version = '4.3.2',
16+
version = '4.3.3',
1717
author = 'Jeremy Garff <jer@jers.net>, Phil Howard <phil@pimoroni.com>',
1818
author_email = 'jer@jers.net, phil@pimoroni.com',
1919
description = 'Userspace Raspberry Pi PWM/PCM/SPI library for SK6812 and WS281X LEDs.',

0 commit comments

Comments
 (0)