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 Apr 30, 2021
1 parent 2770b5c commit 4fe50e9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.3.0
-----

* Improvement: Default i2c library is now smbus2
* Improvement: Significant restructure of library around generic is31fl3731 driver
* Improvement: Allow for alternate i2c addresses
* BugFix: Add missing get_buffer_shape
* BugFix: Fix malformed chars in font5x7
* New: Fonts, fonts, fonts, and a set_font method to use them

1.2.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 @@ -4,7 +4,7 @@
from .fonts import font5x7
import numpy

__version__ = '1.2.1'
__version__ = '1.3.0'

DISPLAY_WIDTH = width = 17
DISPLAY_HEIGHT = height = 7
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.2.1',
version = '1.3.0',
author = 'Philip Howard',
author_email = '[email protected]',
description = 'Scroll pHAT HD Driver',
Expand Down

0 comments on commit 4fe50e9

Please sign in to comment.