From 01fef7adb557f86bba75e2ee88713b79ea0136bf Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Mon, 5 Jul 2010 01:14:59 +0000 Subject: [PATCH] V1.9.0 --- bin/weewx/__init__.py | 2 +- docs/customizing.htm | 2 +- docs/readme.htm | 2 +- docs/upgrading.htm | 2 +- weewx.conf | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/weewx/__init__.py b/bin/weewx/__init__.py index b53f8c7a..c65f4119 100644 --- a/bin/weewx/__init__.py +++ b/bin/weewx/__init__.py @@ -12,7 +12,7 @@ """ import time -__version__="1.9.0a5" +__version__="1.9.0" # Holds the program launch time in unix epoch seconds: # Useful for calculating 'uptime.' diff --git a/docs/customizing.htm b/docs/customizing.htm index 863bf4ff..7752e5d8 100644 --- a/docs/customizing.htm +++ b/docs/customizing.htm @@ -141,7 +141,7 @@ td {

Customizing weewx
-Version 1.8

+Version 1.9

Table of contents

  1. Introduction
  2. diff --git a/docs/readme.htm b/docs/readme.htm index bd856031..f0a09c33 100644 --- a/docs/readme.htm +++ b/docs/readme.htm @@ -141,7 +141,7 @@ td {

    The weewx weather system
    -Version 1.8

    +Version 1.9

    Table of Contents

    1. Copyright
    2. diff --git a/docs/upgrading.htm b/docs/upgrading.htm index be2f901f..140874bf 100644 --- a/docs/upgrading.htm +++ b/docs/upgrading.htm @@ -138,7 +138,7 @@ td { -

      Upgrading to weewx v1.8

      +

      Upgrading to weewx v1.9

      Version specific directions

      What follows are directions for upgrading from specific versions.

      V1.7.0 or earlier

      diff --git a/weewx.conf b/weewx.conf index d6aacb50..d429dad3 100644 --- a/weewx.conf +++ b/weewx.conf @@ -23,13 +23,13 @@ # # Set to 1 for extra debug info, otherwise comment it out or set to zero. -debug = 1 +debug = 0 # How long to wait before timing out a socket (FTP, HTTP) connection: socket_timeout = 20 # Current version -version = 1.9.0a5 +version = 1.9.0 ############################################################################################