Skip to content

Commit f84d2d2

Browse files
committed
Prep for v4.2.2
1 parent 75f4b64 commit f84d2d2

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

library/CHANGELOG.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
4.2.2
2+
-----
3+
4+
* Fix: Fixed Slice support when setting pixels
5+
* New: Added support for Revision 0xa02083
6+
* New: Added support for Revision 0xa22083
7+
18
4.2.1
29
-----
310

library/lib

Submodule lib updated from 46c0045 to 8603080

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.1'
5+
__version__ = '4.2.2'

library/setup.py

Lines changed: 1 addition & 1 deletion
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.1',
20+
version = '4.2.2',
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)