From f1cf079adb3743f97ed5679046889286e8f5355f Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Sat, 23 Nov 2019 08:13:01 -0800 Subject: [PATCH] V4.0.0b3 --- bin/weecfg/tests/expected/weewx40_user_expected.conf | 2 +- bin/weewx/__init__.py | 2 +- weewx.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/weecfg/tests/expected/weewx40_user_expected.conf b/bin/weecfg/tests/expected/weewx40_user_expected.conf index 77ff1783..8fd094fa 100644 --- a/bin/weecfg/tests/expected/weewx40_user_expected.conf +++ b/bin/weecfg/tests/expected/weewx40_user_expected.conf @@ -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.0.0b2 +version = 4.0.0b3 ############################################################################## diff --git a/bin/weewx/__init__.py b/bin/weewx/__init__.py index 126aca4a..27d7c9d1 100644 --- a/bin/weewx/__init__.py +++ b/bin/weewx/__init__.py @@ -7,7 +7,7 @@ from __future__ import absolute_import import time -__version__="4.0.0b2" +__version__="4.0.0b3" # Holds the program launch time in unix epoch seconds: # Useful for calculating 'uptime.' diff --git a/weewx.conf b/weewx.conf index 2aeaa8b0..49e0f51a 100644 --- a/weewx.conf +++ b/weewx.conf @@ -23,7 +23,7 @@ log_failure = True socket_timeout = 20 # Do not modify this. It is used when installing and updating weewx. -version = 4.0.0b2 +version = 4.0.0b3 ##############################################################################