Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Jan 9, 2017
1 parent cedafb6 commit 6c035db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Expand Up @@ -4,7 +4,9 @@ ChangeLog
+------------+---------------------------------------------------------------------+------------+
| Version | Description | Date |
+============+=====================================================================+============+
| *Upcoming* | * Performance improvements for SH1106 driver (2x frame rate!) | |
| *Upcoming* | *TBD* | |
+------------+---------------------------------------------------------------------+------------+
| **1.5.0*** | * Performance improvements for SH1106 driver (2x frame rate!) | 2017/01/09 |
| | * Support for 4-bit greyscale OLED (SSD1325) | |
| | * Landscape/portrait orientation with rotate=N parameter | |
+------------+---------------------------------------------------------------------+------------+
Expand Down
4 changes: 2 additions & 2 deletions oled/__init__.py
Expand Up @@ -3,7 +3,7 @@
# See LICENSE.rst for details.

"""
OLED display driver for SSD1306, SSD1331 and SH1106 devices.
OLED display driver for SSD1306, SSD1325, SSD1331 and SH1106 devices.
"""

__version__ = '1.4.0'
__version__ = '1.5.0'

0 comments on commit 6c035db

Please sign in to comment.