This commit is contained in:
Tom Keffer
2012-05-02 15:14:08 +00:00
parent 7a6c9a1a5d
commit 4101cbb88b
3 changed files with 12 additions and 2 deletions

View File

@@ -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.'

View File

@@ -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

View File

@@ -29,7 +29,7 @@ debug = 0
socket_timeout = 20
# Current version
version = 1.13.1
version = 1.13.2
############################################################################################