Skip to content

Commit fcde97a

Browse files
committed
Fixes broken link to repo.
1 parent cdfbf46 commit fcde97a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

_changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v0.8.31
2+
- Fixes broken link to repo.
3+
14
v0.8.30
25
- Fixes bug where y axis min not formatted properly when set automatically.
36
- Improves error handling in csv_refresh_process.

matplotlib.indigoPlugin/Contents/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>PluginVersion</key>
6-
<string>0.8.30</string>
6+
<string>0.8.31</string>
77
<key>ServerApiVersion</key>
88
<string>2.0</string>
99
<key>IwsApiVersion</key>

matplotlib.indigoPlugin/Contents/Server Plugin/plugin.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
# pipe to send things to the host plugin and get a response.
5353
# TODO: Make precipitation bars for hourly forecast and daily forecast look the same.
5454

55-
# TODO: Improve error trapping in csv_refresh_process
5655
# TODO: Improve reaction when data location is unavailable. Maybe get it out of csv_refresh_process
5756
# and don't even cycle the plugin when the location is gone.
5857
# TODO: Improve RGB handling.
58+
# TODO: Import / Export is unfinished
5959
# ================================== IMPORTS ==================================
60-
60+
s
6161
try:
6262
import indigo
6363
except ImportError as error:
@@ -107,7 +107,7 @@
107107
__license__ = Dave.__license__
108108
__build__ = Dave.__build__
109109
__title__ = u"Matplotlib Plugin for Indigo Home Control"
110-
__version__ = u"0.8.30"
110+
__version__ = u"0.8.31"
111111

112112
# =============================================================================
113113

0 commit comments

Comments
 (0)