Skip to content

Commit 70a8528

Browse files
committed
Prep 4.2.3
1 parent 8a640bd commit 70a8528

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Diff for: library/CHANGELOG.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.2.3
2+
-----
3+
4+
* Fix: Added support for Pi 4 Rev 1.2 - 0xa03112, 0xb03112, 0xc03112
5+
16
4.2.2
27
-----
38

Diff for: library/lib

Submodule lib updated from 8603080 to 1e900b2

Diff for: 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.2.2'
5+
__version__ = '4.2.3'

Diff for: library/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run(self):
1717
build_py.run(self)
1818

1919
setup(name = 'rpi_ws281x',
20-
version = '4.2.2',
20+
version = '4.2.3',
2121
author = 'Jeremy Garff <[email protected]>, Phil Howard <[email protected]>',
2222
2323
description = 'Userspace Raspberry Pi PWM/PCM/SPI library for SK6812 and WS281X LEDs.',

0 commit comments

Comments
 (0)