From 21fc9e888bb00aae73ebb96b5b0f8ff534454513 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Wed, 15 Jul 2015 13:48:04 -0700 Subject: [PATCH] V3.2.0 release candidate --- bin/weewx/__init__.py | 2 +- docs/changes.txt | 2 +- docs/customizing.htm | 2 +- docs/upgrading.htm | 2 +- docs/usersguide.htm | 2 +- pkg/changelog.rpm | 2 ++ pkg/debian/changelog | 3 +++ weewx.conf | 2 +- 8 files changed, 11 insertions(+), 6 deletions(-) diff --git a/bin/weewx/__init__.py b/bin/weewx/__init__.py index f83b88b4..d9e7bbe2 100644 --- a/bin/weewx/__init__.py +++ b/bin/weewx/__init__.py @@ -6,7 +6,7 @@ """Package weewx, containing modules specific to the weewx runtime engine.""" import time -__version__="3.2.0b3" +__version__="3.2.0" # Holds the program launch time in unix epoch seconds: # Useful for calculating 'uptime.' diff --git a/docs/changes.txt b/docs/changes.txt index d5505d2d..004c530c 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,7 +1,7 @@ weewx change history -------------------- -3.2.0 XX/XX/XX +3.2.0 07/15/15 There are now five command-line utilities, some new, some old - wee_config: (New) For configuring weewx.conf, in particular, diff --git a/docs/customizing.htm b/docs/customizing.htm index adb2bf4b..b2ca72e3 100644 --- a/docs/customizing.htm +++ b/docs/customizing.htm @@ -46,7 +46,7 @@

Customizing weewx
-Version: 3.2.0b3 +Version: 3.2.0

diff --git a/docs/upgrading.htm b/docs/upgrading.htm index 4aa62b8a..fa046533 100644 --- a/docs/upgrading.htm +++ b/docs/upgrading.htm @@ -92,7 +92,7 @@

Upgrading weewx
-Version: 3.2.0b3 +Version: 3.2.0

diff --git a/docs/usersguide.htm b/docs/usersguide.htm index 2523949a..d14b2d5c 100644 --- a/docs/usersguide.htm +++ b/docs/usersguide.htm @@ -61,7 +61,7 @@

User's Guide to the weewx Weather System
-Version: 3.2.0b3 +Version: 3.2.0

diff --git a/pkg/changelog.rpm b/pkg/changelog.rpm index 970ba3b6..8e7fe2ed 100644 --- a/pkg/changelog.rpm +++ b/pkg/changelog.rpm @@ -1,3 +1,5 @@ +* Wed Jul 15 2015 Thomas Keffer (Author of weewx) - 3.2.0-1 +- new upstream release * Wed Jul 15 2015 Matthew Wall (weewx) - 3.2.0b3-1 - new upstream release * Tue Jul 07 2015 Matthew Wall (weewx) - 3.2.0b1-1 diff --git a/pkg/debian/changelog b/pkg/debian/changelog index 75d9d597..1a240a20 100644 --- a/pkg/debian/changelog +++ b/pkg/debian/changelog @@ -1,3 +1,6 @@ +weewx (3.2.0-1) unstable; urgency=low + * new upstream release + -- Thomas Keffer (Author of weewx) Wed, 15 Jul 2015 13:43:37 -0700 weewx (3.2.0b3-1) unstable; urgency=low * new upstream release -- Matthew Wall (weewx) Wed, 15 Jul 2015 14:29:55 -0400 diff --git a/weewx.conf b/weewx.conf index 4e6e30a7..8d10f061 100644 --- a/weewx.conf +++ b/weewx.conf @@ -17,7 +17,7 @@ WEEWX_ROOT = /home/weewx socket_timeout = 20 # Do not modify this. It is used when installing and updating weewx. -version = 3.2.0b3 +version = 3.2.0 ##############################################################################