Skip to content

Commit

Permalink
Version bump for Pi 5 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 4, 2024
1 parent e4ff2e1 commit df3197b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
6.0.0
-----

* New: Pi 5 support!
* New: Regenerated SWIG bindings with v4.1.0

5.0.0
-----

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, RGBW, ws
from _rpi_ws281x import *

__version__ = '5.0.0'
__version__ = '6.0.0'
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run(self):
'Topic :: System :: Hardware']

setup(name = 'rpi_ws281x',
version = '5.0.0',
version = '6.0.0',
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 df3197b

Please sign in to comment.