Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Aug 5, 2017
1 parent 97c745e commit db75ad4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ ChangeLog
+------------+------------------------------------------------------------------------+------------+
| Version | Description | Date |
+============+========================================================================+============+
| **1.0.1** | * Setup on Python 3 due to hyphen in package name | 2017/08/05 |
| **1.0.2** | * Setup fails due to programmer not understanding basic Python ... | 2017/08/05 |
+------------+------------------------------------------------------------------------+------------+
| **1.0.1** | * Setup on Python 3 fails due to hyphen in package name | 2017/08/05 |
+------------+------------------------------------------------------------------------+------------+
| **1.0.0** | * Stable release (remove all deprecated methods & parameters) | 2017/07/30 |
+------------+------------------------------------------------------------------------+------------+
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def read_file(fname):

install_deps = ["luma.core>=1.0.0"]
if os.uname()[4].startswith("arm"):
install_deps += "rpi_ws281x"
install_deps += "ws2812"
install_deps.append("rpi_ws281x")
install_deps.append("ws2812")

setup(
name="luma.led_matrix",
Expand Down

0 comments on commit db75ad4

Please sign in to comment.