Skip to content

Commit da0b982

Browse files
committed
Version bump
1 parent 1d11436 commit da0b982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/user/belchertown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def logerr(msg):
3838
logmsg(syslog.LOG_ERR, msg)
3939

4040
# Print version in syslog for easier troubleshooting
41-
VERSION = "0.9.1rc3"
41+
VERSION = "0.9.1"
4242
loginf("version %s" % VERSION)
4343

4444
class getData(SearchList):

install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def loader():
99
class ExfoliationInstaller(ExtensionInstaller):
1010
def __init__(self):
1111
super(ExfoliationInstaller, self).__init__(
12-
version="0.9.1rc3",
12+
version="0.9.1",
1313
name='Belchertown',
1414
description='A clean modern skin with real time streaming updates and interactive charts. Modeled after BelchertownWeather.com',
1515
author="Pat OBrien",

0 commit comments

Comments
 (0)