Skip to content

Commit

Permalink
Prep for v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Dec 20, 2021
1 parent ff7077f commit 421fe1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.3.0
-----

* New: inky UC8159 support for 4" 640x400 display variant
* BugFix: fix set_image so it doesn't break set_pixel
* New: Added --simulate <board> to "auto()", so auto examples can simulate a chosen board

1.2.2
-----

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.2'
__version__ = '1.3.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.2.2',
version='1.3.0',
author='Philip Howard',
author_email='[email protected]',
description='Inky pHAT Driver',
Expand Down

0 comments on commit 421fe1b

Please sign in to comment.