Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
poblabs committed Jan 1, 2019
1 parent 76a8459 commit a8b0f0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/user/belchertown.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
3 changes: 2 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a8b0f0f

Please sign in to comment.