Skip to content

Commit 29a99c0

Browse files
committed
Prep for v4.2.6
1 parent 7545fd1 commit 29a99c0

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

library/CHANGELOG.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
4.2.6
2+
-----
3+
4+
* New: Added support for Revision 0xc03114 (Pi 4, 4GB v1.4)
5+
* New: Added support for Revision 0xa03140 (CM4 v1.0 eMMC)
6+
* New: Added support for Revision 0xb03140 (CM4 v1.0 Lite)
7+
* New: Added support for Revision 0xc03140 (CM4 v1.0 WiFi)
8+
9+
4.2.5
10+
-----
11+
12+
* New: Added support for Revision 0xc03130 (Pi 400, 4GB)
13+
* New: Added support for Revision 0xb03114 (Pi 4, 2GB v1.4)
14+
115
4.2.4
216
-----
317

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.4'
5+
__version__ = '4.2.6'

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.4',
16+
version = '4.2.6',
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)