We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d11436 commit da0b982Copy full SHA for da0b982
bin/user/belchertown.py
@@ -38,7 +38,7 @@ def logerr(msg):
38
logmsg(syslog.LOG_ERR, msg)
39
40
# Print version in syslog for easier troubleshooting
41
-VERSION = "0.9.1rc3"
+VERSION = "0.9.1"
42
loginf("version %s" % VERSION)
43
44
class getData(SearchList):
install.py
@@ -9,7 +9,7 @@ def loader():
9
class ExfoliationInstaller(ExtensionInstaller):
10
def __init__(self):
11
super(ExfoliationInstaller, self).__init__(
12
- version="0.9.1rc3",
+ version="0.9.1",
13
name='Belchertown',
14
description='A clean modern skin with real time streaming updates and interactive charts. Modeled after BelchertownWeather.com',
15
author="Pat OBrien",
0 commit comments