Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Apr 25, 2023
1 parent 5cc6bdb commit b45a873
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
5.0.0
-----

* Bumped to rpi_ws281x v1.0.0
* Bumped to rpi_ws281x v1.0.0 (15330cb)
* Full rpi_ws281x changes: https://github.com/jgarff/rpi_ws281x/compare/9be313f...15330cb
* New: Added support for Revisions 0xa03141, 0xb03141, 0xc04141, 0xd03141 (CM4)
* New: Added support for Revision 0xa32082 (Pi 3 B)
* New: Added support for slices on PixelStrip
* New: Regenerated SWIG bindings with v4.0.2
* New: RGBW class for interfacing with pixel values

4.3.4
-----
Expand Down
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):
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.',
long_description = open('README.rst').read() + "\n" + open('CHANGELOG.txt').read(),
long_description = open('README.rst').read() + "\n\n" + open('CHANGELOG.txt').read(),
license = 'MIT',
url = 'https://github.com/rpi-ws281x/rpi-ws281x-python/',
cmdclass = {'build_py':CustomInstallCommand},
Expand Down

0 comments on commit b45a873

Please sign in to comment.