Skip to content

Commit 4d3f84c

Browse files
committed
Prep for v4.2.4
1 parent f52104c commit 4d3f84c

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

library/CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.2.4
2+
-----
3+
4+
* Fix: Fixed rpi_hw_detect for aarch64
5+
* New: Added support for Revision 0xD03114 (Raspberry Pi Model B - 8GB)
6+
17
4.2.3
28
-----
39

library/lib

Submodule lib updated from 1e900b2 to d543fb6

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.2.3'
5+
__version__ = '4.2.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.2.3',
16+
version = '4.2.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)