Skip to content

Commit

Permalink
Version bump to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
poblabs committed Dec 7, 2018
1 parent bc02005 commit 20a6b2a
Show file tree
Hide file tree
Showing 3 changed files with 5 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.1rc1"
VERSION = "0.8.1"
loginf("version %s" % VERSION)

class getData(SearchList):
Expand Down
4 changes: 3 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
0.8.1 December ??, 2018
0.8.1 December 7, 2018
* Fixes an edge case scenario where skin fails to generate due to N/A as a wind observation value.
* Fixes some false positive errors with belchertown_root_url or station_url being reported it's not set.
* 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".

0.8 December 2, 2018
* A lot of metric conversion fixes. A lot.
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.1rc1",
version="0.8.1",
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 20a6b2a

Please sign in to comment.