Skip to content

Commit

Permalink
Prep for v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jul 26, 2021
1 parent fa59811 commit bb80938
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
1.2.1
-----

* BugFix: inky high-temp red fix
* Enhancement: SSD1608 (250x122) set_border support

1.2.0
-----

* inky impression set_border support
* fix inky impression orange colour
* fix inky impression ivnalid arg bug for Python 2
* add inky impression simulator
* New: inky impression set_border support
* BugFix: inky impression orange colour
* BugFix: inky impression invalid arg bug for Python 2
* New: inky impression simulator

1.1.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.0'
__version__ = '1.2.1'

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

0 comments on commit bb80938

Please sign in to comment.