Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Commit

Permalink
Prep for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jul 6, 2018
1 parent 7ca0059 commit 4531506
Show file tree
Hide file tree
Showing 5 changed files with 19 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.0.0
-----

* Feature: Added support for Black/Yellow and Black

0.1.1
-----

Expand Down
2 changes: 1 addition & 1 deletion library/inkyphat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
exit("This script requires the pillow module\nInstall with: sudo pip install pillow")


__version__ = '0.1.1'
__version__ = '1.0.0'

WHITE = 0
BLACK = 1
Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name = 'inkyphat',
version = '0.1.1',
version = '1.0.0',
author = 'Philip Howard',
author_email = '[email protected]',
description = 'Inky pHAT Driver',
Expand Down
6 changes: 6 additions & 0 deletions packaging/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
inkyphat (1.0.0) stable; urgency=low

* Feature: Added support for Black/Yellow and Black

-- Phil Howard <[email protected]> Fri, 06 Jul 2018 00:00:00 +0000

inkyphat (0.1.1) stable; urgency=low

* Removed GPIO.cleanup call for Inky pHAT v2, so subsequent display updates will work
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
inkyphat (1.0.0) stable; urgency=low

* Feature: Added support for Black/Yellow and Black

-- Phil Howard <[email protected]> Fri, 06 Jul 2018 00:00:00 +0000

inkyphat (0.1.1) stable; urgency=low

* Removed GPIO.cleanup call for Inky pHAT v2, so subsequent display updates will work
Expand Down

0 comments on commit 4531506

Please sign in to comment.