Skip to content

Commit

Permalink
Prep for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 12, 2018
1 parent a6d097d commit d560f6f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
6 changes: 6 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.2.0
-----

* New: Added set_font to set current font for all write_string calls
* New: Added before_display argument to show to modify the display buffer

1.1.1
-----

Expand Down
2 changes: 1 addition & 1 deletion library/scrollphathd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .api.http import start_background_thread, scrollphathd_blueprint
from . import is31fl3731

__version__ = '1.1.1'
__version__ = '1.2.0'

display = is31fl3731.ScrollPhatHD(None, gamma_table=is31fl3731.LED_GAMMA)

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 = 'scrollphathd',
version = '1.1.1',
version = '1.2.0',
author = 'Philip Howard',
author_email = '[email protected]',
description = 'Scroll pHAT HD Driver',
Expand Down
7 changes: 7 additions & 0 deletions packaging/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
scrollphathd (1.2.0) stable; urgency=low

* New: Added set_font to set current font for all write_string calls
* New: Added before_display argument to show to modify the display buffer

-- Phil Howard <[email protected]> Mon, 12 Feb 2018 00:00:00 +0000

scrollphathd (1.1.1) stable; urgency=low

* Bugfix: Removed Flask HTTP API entry_point to prevent bin file conflict between Python 2 and 3
Expand Down
7 changes: 7 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
scrollphathd (1.2.0) stable; urgency=low

* New: Added set_font to set current font for all write_string calls
* New: Added before_display argument to show to modify the display buffer

-- Phil Howard <[email protected]> Mon, 12 Feb 2018 00:00:00 +0000

scrollphathd (1.1.1) stable; urgency=low

* Bugfix: Removed Flask HTTP API entry_point to prevent bin file conflict between Python 2 and 3
Expand Down

0 comments on commit d560f6f

Please sign in to comment.