Skip to content

Commit

Permalink
missing database symlink bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn McKechnie committed Mar 14, 2018
1 parent 20370aa commit a7f3c32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Update: March 2018** --- Available as [release 0.6.4](https://github.com/glennmckechnie/weewx-wxobs/releases/tag/v0.6.4)

The 'remote' branch has now been merged with the master branch. (bumped to version 0.6.4)
The 'remote' branch has now been merged with the master branch. (bumped to version 0.6.5, with its bugfix! )

This means that the changes required to install weewx-wxobs on a remote server, and transfer the sqlite database have been incorporated into the current version.

Expand Down
2 changes: 1 addition & 1 deletion bin/user/wxobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from weeutil.weeutil import to_bool
from weewx.cheetahgenerator import SearchList

wxobs_version = "0.6.4"
wxobs_version = "0.6.5"

def logmsg(level, msg):
syslog.syslog(level, '%s' % msg)
Expand Down
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 wxobsInstaller(ExtensionInstaller):
def __init__(self):
super(wxobsInstaller, self).__init__(
version="0.6.4",
version="0.6.5",
name='wxobs',
description='Generates weewx report page that uses php to extract'
'archival data (Daily climatological summaries) from the weewx'
Expand Down
5 changes: 4 additions & 1 deletion skins/wxobs/wxobs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
## nested directories on first pass. add tooltip
## 08-02-2018 Tweak display, add rsync_options (undocumented except in wxobs.py)
## 11-03-2018 Merge with the master branch - bump Version
## Version 0.6.4
## 12-03-2018 Bug fix - was missing the creation of the local database symlink when
## using the remote feature.
##
## Version 0.6.5

<!-- wxobs version $wxobs_version -->
<!-- This weewx extension is available at github: https://github.com/glennmckechnie/weewx-wxobs -->
Expand Down

0 comments on commit a7f3c32

Please sign in to comment.