Skip to content

Commit

Permalink
Prep v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 6, 2020
1 parent 6bfc7d8 commit 925462d
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 @@
0.2.1
-----

* Add dependency on ST7789 for AMH

0.2.0
-----

Expand Down
2 changes: 1 addition & 1 deletion library/automationhat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .ads1015 import ads1015
from .pins import ObjectCollection, AsyncWorker, StoppableThread

__version__ = '0.2.0'
__version__ = '0.2.1'


RELAY_1 = 13
Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def run(self):

setup(
name = 'automationhat',
version = '0.2.0',
version = '0.2.1',
author = 'Philip Howard',
author_email = '[email protected]',
description = 'Automation HAT Driver',
Expand Down

0 comments on commit 925462d

Please sign in to comment.