diff --git a/bin/user/belchertown.py b/bin/user/belchertown.py index 5c9d331a..8ddfc98a 100644 --- a/bin/user/belchertown.py +++ b/bin/user/belchertown.py @@ -31,7 +31,7 @@ def logerr(msg): logmsg(syslog.LOG_ERR, msg) # Print version in syslog for easier troubleshooting -VERSION = "0.8.1" +VERSION = "0.8.2" loginf("version %s" % VERSION) class getData(SearchList): diff --git a/changelog b/changelog index 14243e3a..07f4ce9c 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,5 @@ -0.8.2 December ??, 2018 +0.8.2 January 1, 2019 +* Fixed an error where the skin would fail when the date rolls to the New Year due to no data being in certain tables in the database yet. * Added the ability to show any weather alerts provided by the DarkSky API. Weather alerts are off by default, use forecast_alert_enabled in weewx.conf skin options to enable it. * New option to show cloudbase. You must have your database schema extended for the cloudbase observation to be calculated by weewx. Check the Belchertown skin wiki for details. * Fixes an issue where the MQTT updates showed altimeter instead of barometer. diff --git a/install.py b/install.py index 156202d0..ad5de311 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.8.1", + version="0.8.2", name='Belchertown', description='A clean modern skin with real time streaming updates and interactive charts. Modeled after BelchertownWeather.com', author="Pat OBrien",