diff --git a/bin/weewx/__init__.py b/bin/weewx/__init__.py index 40d1c305..a708f704 100644 --- a/bin/weewx/__init__.py +++ b/bin/weewx/__init__.py @@ -8,7 +8,7 @@ """Package weewx, containing modules specific to the weewx runtime engine.""" import time -__version__="3.0.0a3" +__version__="3.0.0a4" # Holds the program launch time in unix epoch seconds: # Useful for calculating 'uptime.' diff --git a/docs/customizing.htm b/docs/customizing.htm index 91d8a23f..0135d50c 100644 --- a/docs/customizing.htm +++ b/docs/customizing.htm @@ -46,7 +46,7 @@

Customizing weewx
-Version: 3.0.0a3 +Version: 3.0.0a4

diff --git a/docs/upgrading.htm b/docs/upgrading.htm index 5d43b6dd..279d8d1b 100644 --- a/docs/upgrading.htm +++ b/docs/upgrading.htm @@ -84,7 +84,7 @@ table .tty {

Upgrading weewx
-Version: 3.0.0a3 +Version: 3.0.0a4

diff --git a/docs/usersguide.htm b/docs/usersguide.htm index d4301403..c4280a0b 100644 --- a/docs/usersguide.htm +++ b/docs/usersguide.htm @@ -60,7 +60,7 @@ function showtab(tab,id) {

User's Guide to the weewx Weather System
-Version: 3.0.0a3 +Version: 3.0.0a4

diff --git a/pkg/changelog.rpm b/pkg/changelog.rpm index 80af20e0..395b3e1c 100644 --- a/pkg/changelog.rpm +++ b/pkg/changelog.rpm @@ -1,3 +1,5 @@ +* Sat Nov 29 2014 Matthew Wall (weewx) - 3.0.0a4-1 +- new upstream release * Fri Nov 28 2014 Matthew Wall (weewx) - 3.0.0a3-1 - new upstream release * Thu Nov 27 2014 Matthew Wall (weewx) - 3.0.0a2-1 diff --git a/pkg/debian/changelog b/pkg/debian/changelog index 65b2d4f9..f86efcd6 100644 --- a/pkg/debian/changelog +++ b/pkg/debian/changelog @@ -1,3 +1,6 @@ +weewx (3.0.0a4-1) unstable; urgency=low + * new upstream release + -- Matthew Wall (weewx) Sat, 29 Nov 2014 07:30:45 -0500 weewx (3.0.0a3-1) unstable; urgency=low * new upstream release -- Thomas Keffer (Author of weewx) Fri, 28 Nov 2014 10:24:52 -0800 diff --git a/weewx.conf b/weewx.conf index c414a69b..9c9776a9 100644 --- a/weewx.conf +++ b/weewx.conf @@ -19,7 +19,7 @@ WEEWX_ROOT = /home/weewx socket_timeout = 20 # Do not modify this - it is used by setup.py when installing and updating. -version = 3.0.0a3 +version = 3.0.0a4 ##############################################################################