Skip to content

Commit

Permalink
Version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Nov 23, 2017
1 parent 669b740 commit d4ecdb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,8 @@ ChangeLog
+------------+---------------------------------------------------------------------+------------+
| Version | Description | Date |
+============+=====================================================================+============+
| **2.3.1** | * Changed version number to inside ``luma/oled/__init__.py`` | 2017/11/23 |
+------------+---------------------------------------------------------------------+------------+
| **2.3.0** | * Support for 128x128 color OLED (SSD1351) | 2017/10/30 |
+------------+---------------------------------------------------------------------+------------+
| **2.2.12** | * Explicitly state 'UTF-8' encoding in setup when reading files | 2017/10/18 |
Expand Down
2 changes: 1 addition & 1 deletion luma/oled/__init__.py
Expand Up @@ -7,4 +7,4 @@
devices.
"""

__version__ = '2.3.0'
__version__ = '2.3.1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -57,7 +57,7 @@ def find_version(*file_paths):
namespace_packages=["luma"],
packages=["luma.oled"],
zip_safe=False,
install_requires=["luma.core>=1.0.3"],
install_requires=["luma.core>=1.1.1"],
setup_requires=pytest_runner,
tests_require=test_deps,
extras_require={
Expand Down

0 comments on commit d4ecdb9

Please sign in to comment.