Skip to content

Commit

Permalink
Release v2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
brewster76 committed Oct 20, 2018
1 parent 2ddb04a commit f60219d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ Installation
============

Before we begin...
1) This release (v2.24) has been tested on Weewx version 3.5.0, on Ubuntu linux 14.04 and on a Raspberry Pi running
wheezy.
1) This release (v2.25) has been tested on Weewx version 3.8.2 on Ubuntu linux 16.04 LTS.
Versions of Weewx before v3 will not work. The earlier release v2.01 is on github and works with Weewx 2.4 - 2.7.
2) This has been tested on sqlite databases. Mysql and any other Weewx supported databases should work too.

Expand Down
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
1) Luc's edits to historygenerator.py.
2 changes: 1 addition & 1 deletion bin/user/gaugeengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
"""Nick's custom generator for creating visual gauge image files from weewx.
Tested on Weewx release 3.0.1.
Tested on Weewx release 3.8.2.
Tested with sqlite, may not work with other databases.
WILL NOT WORK WITH Weewx prior to release 3.0.
Expand Down
2 changes: 1 addition & 1 deletion bin/user/historygenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
"""Extends the Cheetah generator search list to add html historic data tables in a nice colour scheme.
Tested on Weewx release 3.0.1.
Tested on Weewx release 3.8.2.
Works with all databases.
Observes the units of measure and display formats specified in skin.conf.
Expand Down
5 changes: 3 additions & 2 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ def __init__(self):
'skins/languages/finnish.conf',
'skins/languages/francais.conf',
'skins/languages/german.conf',
'skins/languages/italian.conf'])]
'skins/languages/italian.conf',
'skins/languages/korean.conf'])]

super(BootstrapInstaller, self).__init__(
version="2.24",
version="2.25",
name='bootstrap',
description='A skin based around the bootstrap 3.2.0 framework',
author="Nick Dajda",
Expand Down

0 comments on commit f60219d

Please sign in to comment.