From da0b98255a38349a9741ddc2426065e9adc9f4fa Mon Sep 17 00:00:00 2001 From: Pat Date: Sat, 9 Mar 2019 12:43:43 -0500 Subject: [PATCH] Version bump --- bin/user/belchertown.py | 2 +- install.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/user/belchertown.py b/bin/user/belchertown.py index 49406c06..826e6eb9 100644 --- a/bin/user/belchertown.py +++ b/bin/user/belchertown.py @@ -38,7 +38,7 @@ def logerr(msg): logmsg(syslog.LOG_ERR, msg) # Print version in syslog for easier troubleshooting -VERSION = "0.9.1rc3" +VERSION = "0.9.1" loginf("version %s" % VERSION) class getData(SearchList): diff --git a/install.py b/install.py index 281266f3..6d5857e0 100644 --- a/install.py +++ b/install.py @@ -9,7 +9,7 @@ def loader(): class ExfoliationInstaller(ExtensionInstaller): def __init__(self): super(ExfoliationInstaller, self).__init__( - version="0.9.1rc3", + version="0.9.1", name='Belchertown', description='A clean modern skin with real time streaming updates and interactive charts. Modeled after BelchertownWeather.com', author="Pat OBrien",