Skip to content

Commit eea7af6

Browse files
committed
Prep for v2.1.0.
1 parent fbb45f8 commit eea7af6

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.1.0
2+
-----
3+
4+
* New: Support for Spectra 13.3" and 7.3" boards.
5+
16
2.0.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.0.0"
15+
__version__ = "2.1.0"
1616

1717
try:
1818
from pkg_resources import declare_namespace

0 commit comments

Comments
 (0)