Skip to content

Commit

Permalink
Prep for v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 2, 2021
1 parent f35d40a commit fc8cfaf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions library/CHANGELOG.txt
@@ -1,3 +1,8 @@
4.3.1
-----

* New: Added support for Revision 0x902120 (Pi Zero 2 W v1.0)

4.3.0
-----

Expand Down
2 changes: 1 addition & 1 deletion library/lib
Submodule lib updated 3 files
+9 −0 CMakeLists.txt
+3 −3 pkg-config.pc.in
+11 −0 rpihw.c
2 changes: 1 addition & 1 deletion library/setup.py
Expand Up @@ -13,7 +13,7 @@ def run(self):
build_py.run(self)

setup(name = 'rpi_ws281x',
version = '4.3.0',
version = '4.3.1',
author = 'Jeremy Garff <jer@jers.net>, Phil Howard <phil@pimoroni.com>',
author_email = 'jer@jers.net, phil@pimoroni.com',
description = 'Userspace Raspberry Pi PWM/PCM/SPI library for SK6812 and WS281X LEDs.',
Expand Down

0 comments on commit fc8cfaf

Please sign in to comment.