Skip to content

Commit 20a6b2a

Browse files
committed
Version bump to 0.8.1
1 parent bc02005 commit 20a6b2a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: bin/user/belchertown.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def logerr(msg):
3131
logmsg(syslog.LOG_ERR, msg)
3232

3333
# Print version in syslog for easier troubleshooting
34-
VERSION = "0.8.1rc1"
34+
VERSION = "0.8.1"
3535
loginf("version %s" % VERSION)
3636

3737
class getData(SearchList):

Diff for: changelog

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
0.8.1 December ??, 2018
1+
0.8.1 December 7, 2018
22
* Fixes an edge case scenario where skin fails to generate due to N/A as a wind observation value.
3+
* Fixes some false positive errors with belchertown_root_url or station_url being reported it's not set.
4+
* On the front page, change the wording to Chart instead of Graphs above the chart region. Afterall, these are charts and not graphs. I should probably update everything to be "chart".
35

46
0.8 December 2, 2018
57
* A lot of metric conversion fixes. A lot.

Diff for: install.py

+1-1
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.8.1rc1",
12+
version="0.8.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)