Skip to content

Commit

Permalink
Bump version to 1.0.0-beta5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveiano committed May 14, 2022
1 parent d720009 commit 5bd743d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@
# 1.0.0-beta4

- Added missing includes to install.py.

# 1.0.0-beta5

- Fixed JS build
- Updated UI Shell
- Updated some diagram aggragate types
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def loader():
class BasicInstaller(ExtensionInstaller):
def __init__(self):
super(BasicInstaller, self).__init__(
version="1.0.0-beta4",
version="1.0.0-beta5",
name='weewx-wdc',
description='Weather Data Center skin for weewx.',
author="David Baetge",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weewx-wdc",
"version": "1.0.0-beta4",
"version": "1.0.0-beta5",
"description": "Weather Data Center skin for weewx.",
"author": "David Baetge <[email protected]>",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ Starts a nginx docker container to serve the generated files.
### Ideas for further development

- Add Climatological stat tiles (for the archive?) for eg. Rain Days, Hot days, Tropical Nights, etc.
- PWA

## Credits

Expand Down
2 changes: 1 addition & 1 deletion skins/weewx-wdc/skin.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# configuration file for the weewx-wdc skin
SKIN_NAME = Weather Data Center
SKIN_VERSION = 1.0.0-beta4
SKIN_VERSION = 1.0.0-beta5

[Extras]

Expand Down

0 comments on commit 5bd743d

Please sign in to comment.