Skip to content

Commit fcf2643

Browse files
committed
Prep for v2.2.1.
1 parent f047b9b commit fcf2643

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.2.1
2+
-----
3+
4+
* BugFix: Correct palette count for new boards, so 4-colour prepared images are not dithered.
5+
16
2.2.0
27
-----
38

inky/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .phat import InkyPHAT, InkyPHAT_SSD1608 # noqa: F401
1313
from .what import InkyWHAT # noqa: F401
1414

15-
__version__ = "2.2.0"
15+
__version__ = "2.2.1"
1616

1717
try:
1818
from pkg_resources import declare_namespace

0 commit comments

Comments
 (0)