Skip to content

Commit

Permalink
Merge branch 'master' into feature/device-consolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Sep 7, 2018
2 parents 8ebbf74 + 2b5eb8d commit ae6f30a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ ChangeLog
+------------+---------------------------------------------------------------------+------------+
| Version | Description | Date |
+============+=====================================================================+============+
| **2.5.0** | * Add support form 128x128 Monochrome OLED (SH1106) (by @Gadgetoid) | 2018/09/07 |
| | * Dependency and documentation updates | |
| | * Minor packaging changes | |
+------------+---------------------------------------------------------------------+------------+
| **2.4.1** | * Fix bug where SSD1327 init sequence exceeds serial command size | 2018/05/28 |
+------------+---------------------------------------------------------------------+------------+
| **2.4.0** | * Support for 128x128 4-bit OLED (SSD1327) | 2018/04/18 |
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 @@
and SH1106 devices.
"""

__version__ = '2.4.1'
__version__ = '2.5.0'
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ def find_version(*file_paths):
"spi i2c 256x64 128x64 128x32 96x16"),
url="https://github.com/rm-hull/luma.oled",
download_url="https://github.com/rm-hull/luma.oled/tarball/" + version,
namespace_packages=["luma"],
packages=["luma.oled", "luma.oled.device"],
packages=["luma", "luma.oled", "luma.oled.device"],
zip_safe=False,
install_requires=["luma.core>=1.6.0"],
install_requires=["luma.core>=1.8.0"],
setup_requires=pytest_runner,
tests_require=test_deps,
extras_require={
Expand Down

0 comments on commit ae6f30a

Please sign in to comment.