Skip to content

Commit

Permalink
1.3b1 (yes in master)
Browse files Browse the repository at this point in the history
  • Loading branch information
poblabs committed Feb 15, 2021
1 parent e7a64d7 commit c9b2317
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/user/belchertown.py
Expand Up @@ -90,7 +90,7 @@ def logerr(msg):


# Print version in syslog for easier troubleshooting
VERSION = "1.2"
VERSION = "1.3b1"
loginf("version %s" % VERSION)

# Define these as global so they can be used in both the search list extension
Expand Down
10 changes: 10 additions & 0 deletions changelog
@@ -1,3 +1,13 @@
1.3 ????, 2091
### Breaking Changes

### Added

### Changed

### Removed


1.2 September 11, 2020

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion install.py
Expand Up @@ -13,7 +13,7 @@

#-------- extension info -----------

VERSION = "1.2"
VERSION = "1.3b1"
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 c9b2317

Please sign in to comment.