Skip to content

Commit

Permalink
Bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 27, 2022
1 parent b14173e commit 001fa81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
1.4.0
-----

* New: inky SSD1683 support for WHAT variant

1.3.2
-----

* BugFix: (ish) handle busy_wait failure cases for UC8159 (Inky Impression)

Expand Down
2 changes: 1 addition & 1 deletion library/inky/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .inky_ssd1683 import Inky as InkyWHAT_SSD1683 # noqa: F401
from .auto import auto # noqa: F401

__version__ = '1.3.2'
__version__ = '1.4.0'

try:
from pkg_resources import declare_namespace
Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name='inky',
version='1.3.2',
version='1.4.0',
author='Philip Howard',
author_email='[email protected]',
description='Inky pHAT Driver',
Expand Down

0 comments on commit 001fa81

Please sign in to comment.