Skip to content

Commit 4891c9a

Browse files
committed
Prep for v2.0.2
1 parent b7aa6e0 commit 4891c9a

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

library/CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.0.2
2+
-----
3+
4+
* Pass brightness values through plasma Matrix to underlying LED drivers
5+
16
2.0.1
27
-----
38

library/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ sudo python3 setup.py install
8787

8888
## Changelog
8989

90+
2.0.2
91+
-----
92+
93+
* Pass brightness values through plasma Matrix to underlying LED drivers
94+
9095
2.0.1
9196
-----
9297

library/plasma/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
import pathlib
44

5-
__version__ = '2.0.1'
5+
__version__ = '2.0.2'
66

77

88
def auto(default=None, descriptor=None):

library/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
[metadata]
33
name = plasmalights
4-
version = 2.0.1
4+
version = 2.0.2
55
author = Philip Howard
66
author_email = [email protected]
77
description = Python library for driving Pimoroni Plasma and other LED devices

0 commit comments

Comments
 (0)