Skip to content

Commit 7306981

Browse files
committed
Prep for v5.0.0
1 parent 7404caa commit 7306981

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

library/CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
5.0.0
2+
-----
3+
4+
* Bumped to rpi_ws281x v1.0.0
5+
* New: Added support for Revisions 0xa03141, 0xb03141, 0xc04141, 0xd03141 (CM4)
6+
* New: Added support for Revision 0xa32082 (Pi 3 B)
7+
18
4.3.4
9+
-----
210

311
* New: Added support for Revision 0xa03115 (Pi 4, 1GB v1.5)
412

library/lib

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.3.4'
5+
__version__ = '5.0.0'

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