Skip to content

Commit 3f7f031

Browse files
committed
Prep for v4.3.3
1 parent 4faf6fb commit 3f7f031

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

library/CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.3.4
2+
3+
* New: Added support for Revision 0xa03115 (Pi 4, 1GB v1.5)
4+
15
4.3.3
26
-----
37

library/rpi_ws281x/__init__.py

Lines changed: 1 addition & 1 deletion
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.3'
5+
__version__ = '4.3.4'

library/setup.py

Lines changed: 1 addition & 1 deletion
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.3',
16+
version = '4.3.4',
1717
author = 'Jeremy Garff <[email protected]>, Phil Howard <[email protected]>',
1818
1919
description = 'Userspace Raspberry Pi PWM/PCM/SPI library for SK6812 and WS281X LEDs.',

0 commit comments

Comments
 (0)