Skip to content

Commit

Permalink
Prep for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 6, 2020
1 parent 2712456 commit a1e4dcd
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.1.0
-----

* New: Support for UC8159-based 7-colour 600x448 display
* Enhancement: auto now includes options for fallback
* Enhancement: EEPROM can now give text string for display variant

1.0.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 @@ -7,7 +7,7 @@
from .mock import InkyMockPHAT, InkyMockWHAT # noqa: F401
from .auto import auto # noqa: F401

__version__ = '1.0.2'
__version__ = '1.1.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.0.2',
version='1.1.0',
author='Philip Howard',
author_email='[email protected]',
description='Inky pHAT Driver',
Expand Down

0 comments on commit a1e4dcd

Please sign in to comment.