Skip to content

Commit

Permalink
release: 3.13.0 (#379)
Browse files Browse the repository at this point in the history
* bump version: 3.13.0

* update changelog
  • Loading branch information
thijstriemstra committed Aug 13, 2023
1 parent eb6d321 commit 8dc4569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ChangeLog
+------------+---------------------------------------------------------------------+------------+
| Version | Description | Date |
+============+=====================================================================+============+
| **3.13.0** | * Add support for 128x128 SH1107 | TBD |
| **3.13.0** | * Add support for 128x128 SH1107 | 2023/08/12 |
+------------+---------------------------------------------------------------------+------------+
| **3.12.0** | * Fix 96x16 OLED panel offset | 2023/03/19 |
+------------+---------------------------------------------------------------------+------------+
Expand Down
2 changes: 1 addition & 1 deletion luma/oled/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
SSD1351, SSD1362, SH1106 and SH1107 devices.
"""

__version__ = '3.12.0'
__version__ = '3.13.0'

0 comments on commit 8dc4569

Please sign in to comment.