diff --git a/bin/weewx/__init__.py b/bin/weewx/__init__.py index 61c615d3..bd71c83e 100644 --- a/bin/weewx/__init__.py +++ b/bin/weewx/__init__.py @@ -12,7 +12,7 @@ """ import time -__version__="1.13.1" +__version__="1.13.2" # Holds the program launch time in unix epoch seconds: # Useful for calculating 'uptime.' diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index e155b4e9..d96fb6df 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -4,6 +4,16 @@ CHANGE HISTORY For complete documentation, see http://www.weewx.com/docs +1.13.2 05/02/12 + +Now allows CWOP stations with prefix 'EW'. + +Fixed bug that showed itself in the line color with plots with 3 or more lines. + +Changed debug message when reaching the end of memory in the VP2 to something +slightly less alarming. + + 1.13.1 03/25/12 Added finer control over the line plots. Can now add optional markers. The diff --git a/weewx.conf b/weewx.conf index ba3a3a94..97d02bd0 100644 --- a/weewx.conf +++ b/weewx.conf @@ -29,7 +29,7 @@ debug = 0 socket_timeout = 20 # Current version -version = 1.13.1 +version = 1.13.2 ############################################################################################