Skip to content

Commit 7eacd06

Browse files
committed
Prep for 4.2.0
1 parent 4cd940d commit 7eacd06

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

library/CHANGELOG.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
4.2.0
2+
-----
3+
4+
* New: Added support for Raspberry Pi 4
5+
6+
4.1.0
7+
-----
8+
9+
* New: Added support for the Pi 3A+
10+
* Fix: Bugfix for ARM64 support
11+
112
4.0.0
213
-----
314

library/lib

Submodule lib updated from 61fc75d to 46c0045

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__ = '3.1.0'
5+
__version__ = '4.2.0'

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.0.0',
20+
version = '4.2.0',
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)