Skip to content

Commit

Permalink
Prep for v4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Mar 1, 2021
1 parent 7545fd1 commit 29a99c0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
4.2.6
-----

* New: Added support for Revision 0xc03114 (Pi 4, 4GB v1.4)
* New: Added support for Revision 0xa03140 (CM4 v1.0 eMMC)
* New: Added support for Revision 0xb03140 (CM4 v1.0 Lite)
* New: Added support for Revision 0xc03140 (CM4 v1.0 WiFi)

4.2.5
-----

* New: Added support for Revision 0xc03130 (Pi 400, 4GB)
* New: Added support for Revision 0xb03114 (Pi 4, 2GB v1.4)

4.2.4
-----

Expand Down
2 changes: 1 addition & 1 deletion library/rpi_ws281x/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .rpi_ws281x import PixelStrip, Adafruit_NeoPixel, Color, ws
from _rpi_ws281x import *

__version__ = '4.2.4'
__version__ = '4.2.6'
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.2.4',
version = '4.2.6',
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 29a99c0

Please sign in to comment.