Skip to content

Commit 4fe50e9

Browse files
committed
Prep for v1.3.0
1 parent 2770b5c commit 4fe50e9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

library/CHANGELOG.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.3.0
2+
-----
3+
4+
* Improvement: Default i2c library is now smbus2
5+
* Improvement: Significant restructure of library around generic is31fl3731 driver
6+
* Improvement: Allow for alternate i2c addresses
7+
* BugFix: Add missing get_buffer_shape
8+
* BugFix: Fix malformed chars in font5x7
9+
* New: Fonts, fonts, fonts, and a set_font method to use them
10+
111
1.2.1
212
-----
313

library/scrollphathd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .fonts import font5x7
55
import numpy
66

7-
__version__ = '1.2.1'
7+
__version__ = '1.3.0'
88

99
DISPLAY_WIDTH = width = 17
1010
DISPLAY_HEIGHT = height = 7

library/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name = 'scrollphathd',
42-
version = '1.2.1',
42+
version = '1.3.0',
4343
author = 'Philip Howard',
4444
author_email = '[email protected]',
4545
description = 'Scroll pHAT HD Driver',

0 commit comments

Comments
 (0)