Skip to content

Commit

Permalink
prepare v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw01 committed Dec 28, 2021
1 parent ee43957 commit 904972b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions ledcontrol/colorpalettes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
'mode': 0,
'colors': [
[
0.11311430089613972,
1,
0.6175635842715993,
0.6974992244615467,
1
],
[
0.9936081381405101,
0.6497928024431981,
0.7439005234662223,
0.7002515180395283,
1
],
[
Expand All @@ -22,13 +22,13 @@
1
],
[
0.7439005234662223,
0.7002515180395283,
0.9936081381405101,
0.6797928024431981,
1
],
[
0.6175635842715993,
0.6474992244615467,
0.11311430089613972,
1,
1
]
]
Expand All @@ -38,24 +38,24 @@
'mode': 0,
'colors': [
[
0.11311430089613972,
1,
1
],
[
0.0083333333333333,
0.8332790409753081,
1
0.8833333333333333,
0.8974992244615467,
0.2942011216107537
],
[
0.9222222222222223,
0.8539212428101706,
0.7776361353257123
],
[
0.8833333333333333,
0.8974992244615467,
0.2942011216107537
0.0083333333333333,
0.8332790409753081,
1
],
[
0.11311430089613972,
1,
1
]
]
},
Expand Down
2 changes: 1 addition & 1 deletion ledcontrol/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<body class="body-dark">
<div class="wrapper clearfix">
<main id="main">
<h2 class="header-stylized-text">LEDControl v1.3.0</h2>
<h2 class="header-stylized-text">LEDControl v1.4.0</h2>
<br/>
{% for input in form if not input.hide %}
{% if input.control == 'select' %}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run(self):

setup(
name='led-control',
version='1.3.0',
version='1.4.0',
description='WS2812 LED strip controller with web interface for Raspberry Pi',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 904972b

Please sign in to comment.