Skip to content

Commit

Permalink
Version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Nov 23, 2017
1 parent 8808bb7 commit e637358
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 |
+============+========================================================================+============+
| **1.0.6** | * Changed version number to inside ``luma/led_matrix/__init__.py`` | 2017/11/23 |
+------------+------------------------------------------------------------------------+------------+
| **1.0.5** | * Conditionally install WS2812 packages if Linux/ARM7L only | 2017/10/22 |
+------------+------------------------------------------------------------------------+------------+
| **1.0.4** | * Make wheel universal | 2017/10/22 |
Expand Down
2 changes: 1 addition & 1 deletion luma/led_matrix/__init__.py
Expand Up @@ -7,4 +7,4 @@
RGB NeoPixels (WS2812 / APA102).
"""

__version__ = '1.0.5'
__version__ = '1.0.6'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@ def find_version(*file_paths):
]

install_deps = [
'luma.core>=1.0.3',
'luma.core>=1.1.1',
'rpi_ws281x;platform_machine=="armv7l" and platform_system=="Linux"',
'ws2812;platform_machine=="armv7l" and platform_system=="Linux"'
]
Expand Down

0 comments on commit e637358

Please sign in to comment.