File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ 2.0.1
2+ -----
3+
4+ * New `auto()` can accept a config file path directly (for plasma daemon)
5+ * New `Matrix` and `Core` now accept list and dict type sequences in `set_sequence`
6+ * New `Matrix` config supports an "enabled" option for easy config switching
7+ * Bugfix `Matrix` catches KeyError when trying to `del` non-required options
8+
192.0.0
210-----
311
Original file line number Diff line number Diff line change @@ -87,6 +87,14 @@ sudo python3 setup.py install
8787
8888## Changelog
8989
90+ 2.0.1
91+ -----
92+
93+ * New ` auto() ` can accept a config file path directly (for plasma daemon)
94+ * New ` Matrix ` and ` Core ` now accept list and dict type sequences in ` set_sequence `
95+ * New ` Matrix ` config supports an "enabled" option for easy config switching
96+ * Bugfix ` Matrix ` catches KeyError when trying to ` del ` non-required options
97+
90982.0.0
9199-----
92100
Original file line number Diff line number Diff line change 22import sys
33import pathlib
44
5- __version__ = '2.0.0 '
5+ __version__ = '2.0.1 '
66
77
88def auto (default = None , descriptor = None ):
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22[metadata]
33name = plasmalights
4- version = 2.0.0
4+ version = 2.0.1
55author = Philip Howard
6677description = Python library for driving Pimoroni Plasma and other LED devices
You can’t perform that action at this time.
0 commit comments