Version 4.7.0

This commit is contained in:
Tom Keffer
2022-03-01 15:36:25 -08:00
parent a0df6f357c
commit b3c8f8ea0f
23 changed files with 25 additions and 43 deletions

View File

@@ -1,18 +0,0 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<option name="RIGHT_MARGIN" value="99" />
<HTMLCodeStyleSettings>
<option name="HTML_KEEP_LINE_BREAKS" value="false" />
<option name="HTML_KEEP_LINE_BREAKS_IN_TEXT" value="false" />
<option name="HTML_DONT_ADD_BREAKS_IF_INLINE_CONTENT" value="title,h1,h2,h3,h4,h5,h6" />
</HTMLCodeStyleSettings>
<codeStyleSettings language="HTML">
<indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="4" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="Python">
<option name="RIGHT_MARGIN" value="99" />
</codeStyleSettings>
</code_scheme>
</component>

View File

@@ -1,5 +0,0 @@
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
</state>
</component>

View File

@@ -26,7 +26,7 @@ log_failure = True
socket_timeout = 20
# Do not modify this - it is used by setup.py when installing and updating.
version = 4.6.2
version = 4.7.0
##############################################################################

View File

@@ -7,7 +7,7 @@
from __future__ import absolute_import
import time
__version__="4.6.2"
__version__="4.7.0"
# Holds the program launch time in unix epoch seconds:
# Useful for calculating 'uptime.'

View File

@@ -1,14 +1,12 @@
WeeWX change history
--------------------
4.7.0 MM/DD/YYYY
4.7.0 03/01/2022
Introduced new option "generate_once". If True, templates will be generated
only on the first run of the reporting engine. Thanks to user Rich! PR #748.
Added option wee_device --current for vantage.
4.6.3 MM/DD/YYYY
Fixed two typos in the Standard skin.
Fixed spelling mistakes in the Norwegian translations. Thanks to Aslak! PR#746

View File

@@ -44,7 +44,7 @@
<div class="logoref">
<a href='https://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right"
alt="weewx logo"/> </a><br/> <span class='version'>
Version: 4.6
Version: 4.7
</span>
</div>
<div class="title">WeeWX Customization Guide</div>

View File

@@ -47,7 +47,7 @@
<div class="logoref">
<a href='http://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right" alt="weewx logo"/>
</a><br/> <span class='version'>
Version: 4.6
Version: 4.7
</span>
</div>
<div class="title">Notes for Developers of the WeeWX Weather System</div>

View File

@@ -52,7 +52,7 @@
<div class="logoref">
<a href='https://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right" alt="weewx logo"/>
</a><br/> <span class='version'>
Version: 4.6
Version: 4.7
</span>
</div>
<div class="title">WeeWX Hardware Guide</div>

View File

@@ -26,7 +26,7 @@
<div class="logoref">
<a href='https://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right" alt="weewx logo"/>
</a><br/> <span class='version'>
Version: 4.6
Version: 4.7
</span>
</div>
<div class="title">WeeWX Documentation</div>

View File

@@ -80,7 +80,7 @@
<div class="logoref">
<a href='https://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right"
alt="weewx logo"/> </a><br/> <span class='version'>
Version: 4.6
Version: 4.7
</span>
</div>
<div class="title">WeeWX Upgrade Guide</div>

View File

@@ -47,7 +47,7 @@
<div class="logoref">
<a href='https://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right"
alt="weewx logo"/> </a><br/> <span class='version'>
Version: 4.6
Version: 4.7
</span>
</div>
<div class="title">User's Guide to WeeWX</div>

View File

@@ -49,7 +49,7 @@
<div class="logoref">
<a href='https://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right"
alt="weewx logo"/> </a><br/> <span class='version'>
Version: 4.6
Version: 4.7
</span>
</div>
<div class="title">WeeWX Utilities Guide</div>

View File

@@ -1,3 +1,5 @@
* Tue Mar 01 2022 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 4.7.0-1
- new upstream release
* Thu Feb 10 2022 Matthew Wall (weewx) <mwall@users.sourceforge.net> - 4.6.2-1
- new upstream release
* Thu Feb 10 2022 Matthew Wall (weewx) <mwall@users.sourceforge.net> - 4.6.1-1

View File

@@ -1,3 +1,5 @@
* Tue Mar 01 2022 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 4.7.0-1
- new upstream release
* Thu Feb 10 2022 Matthew Wall (weewx) <mwall@users.sourceforge.net> - 4.6.2-1
- new upstream release
* Thu Feb 10 2022 Matthew Wall (weewx) <mwall@users.sourceforge.net> - 4.6.1-1

View File

@@ -1,3 +1,6 @@
weewx (4.7.0-1) unstable; urgency=low
* new upstream release
-- Thomas Keffer (Author of weewx) <tkeffer@gmail.com> Tue, 01 Mar 2022 15:19:53 -0800
weewx (4.6.2-1) unstable; urgency=low
* new upstream release
-- Matthew Wall (weewx) <mwall@users.sourceforge.net> Thu, 10 Feb 2022 22:15:26 -0500

View File

@@ -32,7 +32,7 @@ from distutils.command.install_lib import install_lib
from distutils.core import setup
from distutils.debug import DEBUG
VERSION = "4.6.2"
VERSION = "4.7.0"
if sys.version_info < (2, 7):
log.fatal('WeeWX requires Python V2.7 or greater.')

View File

@@ -7,7 +7,7 @@
###############################################################################
SKIN_NAME = Ftp
SKIN_VERSION = 4.6.2
SKIN_VERSION = 4.7.0
[Generators]
generator_list = weewx.reportengine.FtpGenerator

View File

@@ -1,7 +1,7 @@
# configuration file for Mobile skin
SKIN_NAME = Mobile
SKIN_VERSION = 4.6.2
SKIN_VERSION = 4.7.0
[Extras]
# Set this URL to display a radar image

View File

@@ -8,7 +8,7 @@
###############################################################################
SKIN_NAME = Rsync
SKIN_VERSION = 4.6.2
SKIN_VERSION = 4.7.0
[Generators]
generator_list = weewx.reportengine.RsyncGenerator

View File

@@ -5,7 +5,7 @@
###############################################################################
SKIN_NAME = Seasons
SKIN_VERSION = 4.6.2
SKIN_VERSION = 4.7.0
###############################################################################

View File

@@ -1,7 +1,7 @@
# configuration file for Smartphone skin
SKIN_NAME = Smartphone
SKIN_VERSION = 4.6.2
SKIN_VERSION = 4.7.0
[Extras]
# Set this URL to display a radar image

View File

@@ -5,7 +5,7 @@
###############################################################################
SKIN_NAME = Standard
SKIN_VERSION = 4.6.2
SKIN_VERSION = 4.7.0
###############################################################################

View File

@@ -23,7 +23,7 @@ log_failure = True
socket_timeout = 20
# Do not modify this. It is used when installing and updating weewx.
version = 4.6.2
version = 4.7.0
##############################################################################