Skip to content

Commit

Permalink
Prep for v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 9, 2022
1 parent c0b92ac commit cf06426
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.3.2
-----

* New: Added support for Revision 0xc03131 (Pi 400, 4GB v1.1)
* New: Added support for Revision 0xb03115 (Pi 4, 2GB v1.5)

4.3.1
-----

Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def run(self):
build_py.run(self)

setup(name = 'rpi_ws281x',
version = '4.3.1',
version = '4.3.2',
author = 'Jeremy Garff <[email protected]>, Phil Howard <[email protected]>',
author_email = '[email protected], [email protected]',
description = 'Userspace Raspberry Pi PWM/PCM/SPI library for SK6812 and WS281X LEDs.',
Expand Down

0 comments on commit cf06426

Please sign in to comment.