From b5eaeff91d446ec8fedc738efebda7c138958be1 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Fri, 22 Feb 2019 08:00:16 -0800 Subject: [PATCH] v4.0.0a2 --- bin/weecfg/test/expected/weewx39_user_expected.conf | 2 +- bin/weewx/__init__.py | 2 +- weewx.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/weecfg/test/expected/weewx39_user_expected.conf b/bin/weecfg/test/expected/weewx39_user_expected.conf index 011c6775..56a6aa74 100644 --- a/bin/weecfg/test/expected/weewx39_user_expected.conf +++ b/bin/weecfg/test/expected/weewx39_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.0a1 +version = 4.0.0a2 ############################################################################## diff --git a/bin/weewx/__init__.py b/bin/weewx/__init__.py index 78b9451b..93af5f22 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.0a1" +__version__="4.0.0a2" # Holds the program launch time in unix epoch seconds: # Useful for calculating 'uptime.' diff --git a/weewx.conf b/weewx.conf index 5d15e5f9..315fdb57 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.0a1 +version = 4.0.0a2 ##############################################################################