Skip to content

Commit

Permalink
Prep for v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jul 3, 2019
1 parent 75f4b64 commit f84d2d2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
4.2.2
-----

* Fix: Fixed Slice support when setting pixels
* New: Added support for Revision 0xa02083
* New: Added support for Revision 0xa22083

4.2.1
-----

Expand Down
2 changes: 1 addition & 1 deletion library/lib
Submodule lib updated from 46c004 to 860308
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.1'
__version__ = '4.2.2'
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run(self):
build_py.run(self)

setup(name = 'rpi_ws281x',
version = '4.2.1',
version = '4.2.2',
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 f84d2d2

Please sign in to comment.