Skip to content

Commit

Permalink
Merge 5817647 into 9c3360e
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Oct 24, 2020
2 parents 9c3360e + 5817647 commit 752cb0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -6,6 +6,8 @@ ChangeLog
+============+=====================================================================+============+
| *TBA* | * Drop support for Python 3.5, only 3.6 or newer is supported now | |
| | * Add support for SSD1351 128x96 display | |
| | * Pin luma.core to 1.x.y line only, in anticipation of performance | |
| | improvements in upcoming major release | |
+------------+---------------------------------------------------------------------+------------+
| **3.6.0** | * Add support for Winstar OLED displays | 2020/09/24 |
+------------+---------------------------------------------------------------------+------------+
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -67,7 +67,7 @@ def find_version(*file_paths):
packages=find_packages(),
namespace_packages=["luma"],
zip_safe=False,
install_requires=["luma.core>=1.16.2"],
install_requires=["luma.core>=1.16.2,<2.0.0"],
setup_requires=pytest_runner,
tests_require=test_deps,
extras_require={
Expand Down

0 comments on commit 752cb0b

Please sign in to comment.