bump to a4

This commit is contained in:
Matthew Wall
2014-11-29 12:30:23 +00:00
parent 3741019582
commit 8762df4159
7 changed files with 10 additions and 5 deletions

View File

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

View File

@@ -46,7 +46,7 @@
</a>
<h1 class="title">Customizing weewx<br />
<span class="version">
Version: 3.0.0a3
Version: 3.0.0a4
</span>
</h1>

View File

@@ -84,7 +84,7 @@ table .tty {
</a>
<h1 class="title">Upgrading <span class="code">weewx</span><br/>
<span class='version'>
Version: 3.0.0a3
Version: 3.0.0a4
</span>
</h1>

View File

@@ -60,7 +60,7 @@ function showtab(tab,id) {
</a>
<h1 class="title">User's Guide to the weewx Weather System<br />
<span class='version'>
Version: 3.0.0a3
Version: 3.0.0a4
</span>
</h1>

View File

@@ -1,3 +1,5 @@
* Sat Nov 29 2014 Matthew Wall (weewx) <mwall@users.sourceforge.net> - 3.0.0a4-1
- new upstream release
* Fri Nov 28 2014 Matthew Wall (weewx) <mwall@users.sourceforge.net> - 3.0.0a3-1
- new upstream release
* Thu Nov 27 2014 Matthew Wall (weewx) <mwall@users.sourceforge.net> - 3.0.0a2-1

View File

@@ -1,3 +1,6 @@
weewx (3.0.0a4-1) unstable; urgency=low
* new upstream release
-- Matthew Wall (weewx) <mwall@users.sourceforge.net> Sat, 29 Nov 2014 07:30:45 -0500
weewx (3.0.0a3-1) unstable; urgency=low
* new upstream release
-- Thomas Keffer (Author of weewx) <tkeffer@gmail.com> Fri, 28 Nov 2014 10:24:52 -0800

View File

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