Skip to content

Commit

Permalink
Prep for v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jul 26, 2021
1 parent 27687e8 commit c5743f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.2.2
-----

* BugFix: Raise Impression/7Color/UC8159 busy wait timeout from 15s to 30s

1.2.1
-----

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

__version__ = '1.2.1'
__version__ = '1.2.2'

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.2.1',
version='1.2.2',
author='Philip Howard',
author_email='[email protected]',
description='Inky pHAT Driver',
Expand Down

0 comments on commit c5743f9

Please sign in to comment.