File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def loader():
1111class BasicInstaller (ExtensionInstaller ):
1212 def __init__ (self ):
1313 super (BasicInstaller , self ).__init__ (
14- version = "3.5.0-alpha1 " ,
14+ version = "3.5.0-beta1 " ,
1515 name = "weewx-wdc" ,
1616 description = "Weather Data Center skin for WeeWX." ,
1717 author = "David Baetge" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " weewx-wdc" ,
3- "version" : " 3.5.0-alpha1 " ,
3+ "version" : " 3.5.0-beta1 " ,
44 "description" : " Weather Data Center skin for weewx." ,
55 "author" : " David Baetge <david.baetge@gmail.com>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11# configuration file for the weewx-wdc skin
22SKIN_NAME = Weather Data Center
3- SKIN_VERSION = 3.5.0-alpha1
3+ SKIN_VERSION = 3.5.0-beta1
44
55# For instructions, see https://github.com/Daveiano/weewx-wdc/wiki/Custom-data-bindings
66[ObservationBindings]
You can’t perform that action at this time.
0 commit comments