Skip to content

Commit

Permalink
Version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Nov 27, 2017
1 parent 6d3e835 commit 4d17df8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -4,7 +4,7 @@ ChangeLog
+------------+------------------------------------------------------------------------+------------+
| Version | Description | Date |
+============+========================================================================+============+
| **1.0.7** | * Use ``extras_require`` in ``setup.py`` for ARM dependencies | unreleased |
| **1.0.7** | * Use ``extras_require`` in ``setup.py`` for ARM dependencies | 2017/11/26 |
+------------+------------------------------------------------------------------------+------------+
| **1.0.6** | * Version number available as ``luma.led_matrix.__version__`` now | 2017/11/23 |
+------------+------------------------------------------------------------------------+------------+
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.6'
__version__ = '1.0.7'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -51,7 +51,7 @@ def find_version(*file_paths):
download_url="https://github.com/rm-hull/luma.led_matrix/tarball/" + version,
namespace_packages=["luma"],
packages=["luma.led_matrix"],
install_requires=["luma.core>=1.1.1"],
install_requires=["luma.core>=1.2.1"],
setup_requires=pytest_runner,
tests_require=test_deps,
extras_require={
Expand Down

0 comments on commit 4d17df8

Please sign in to comment.