Skip to content

Commit b45a873

Browse files
committed
Update changelog.
1 parent 5cc6bdb commit b45a873

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

library/CHANGELOG.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
5.0.0
22
-----
33

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

812
4.3.4
913
-----

library/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run(self):
1717
author = 'Jeremy Garff <jer@jers.net>, Phil Howard <phil@pimoroni.com>',
1818
author_email = 'jer@jers.net, phil@pimoroni.com',
1919
description = 'Userspace Raspberry Pi PWM/PCM/SPI library for SK6812 and WS281X LEDs.',
20-
long_description = open('README.rst').read() + "\n" + open('CHANGELOG.txt').read(),
20+
long_description = open('README.rst').read() + "\n\n" + open('CHANGELOG.txt').read(),
2121
license = 'MIT',
2222
url = 'https://github.com/rpi-ws281x/rpi-ws281x-python/',
2323
cmdclass = {'build_py':CustomInstallCommand},

0 commit comments

Comments
 (0)