Skip to content

Commit fc8cfaf

Browse files
committed
Prep for v4.3.1
1 parent f35d40a commit fc8cfaf

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

library/CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.3.1
2+
-----
3+
4+
* New: Added support for Revision 0x902120 (Pi Zero 2 W v1.0)
5+
16
4.3.0
27
-----
38

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