Skip to content

Commit

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

0 comments on commit da0b982

Please sign in to comment.