From 5b3a90f79e3791e25fdddfa3eeae642cbfeb5d6d Mon Sep 17 00:00:00 2001 From: poblabs <3484775+poblabs@users.noreply.github.com> Date: Thu, 2 Mar 2023 10:18:13 -0500 Subject: [PATCH] 1.3 --- bin/user/belchertown.py | 2 +- changelog | 11 +++-------- install.py | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/bin/user/belchertown.py b/bin/user/belchertown.py index c653a03f..5474bf72 100644 --- a/bin/user/belchertown.py +++ b/bin/user/belchertown.py @@ -91,7 +91,7 @@ def logerr(msg): # Print version in syslog for easier troubleshooting -VERSION = "1.3b2" +VERSION = "1.3" loginf("version %s" % VERSION) # Define these as global so they can be used in both the search list extension diff --git a/changelog b/changelog index 5e423875..2673fd3c 100644 --- a/changelog +++ b/changelog @@ -1,13 +1,8 @@ -1.3 ????, 2021 -### Breaking Changes -* New AerisWeather forecast display options for Belchertown skin will require you to delete your forecast.json file so that the skin can generate a new one. - -### Added +1.3 March 2, 2023 -### Changed - -### Removed +The last 2+ years have been challenging for me and as a result I've had to take a step back on developing the skin. There are so many changes in this skin since the last release in 2020. I don't have all the changes documented because the community has helped keep this skin going! I want to thank everyone who submitted a pull request! +If you're curious, you can read all of the commits that have happened between 1.2 and 1.3 here: https://github.com/poblabs/weewx-belchertown/compare/weewx-belchertown-1.2...weewx-belchertown-1.3 1.2 September 11, 2020 diff --git a/install.py b/install.py index c559bbd6..f355e4f8 100644 --- a/install.py +++ b/install.py @@ -13,7 +13,7 @@ #-------- extension info ----------- -VERSION = "1.3b2" +VERSION = "1.3" NAME = 'Belchertown' DESCRIPTION = 'A clean modern skin with real time streaming updates and interactive charts. Modeled after BelchertownWeather.com' AUTHOR = "Pat OBrien"