From 5b44c5565e5142003a2bf6b4e48acc3d6238cd4a Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Thu, 11 Jun 2015 15:03:53 -0400 Subject: [PATCH] bump te923 version number to avoid conflict with contributions from andrew miles --- bin/weewx/drivers/te923.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/weewx/drivers/te923.py b/bin/weewx/drivers/te923.py index bad022d4..418b04b6 100644 --- a/bin/weewx/drivers/te923.py +++ b/bin/weewx/drivers/te923.py @@ -130,7 +130,7 @@ import weewx.drivers import weewx.wxformulas DRIVER_NAME = 'TE923' -DRIVER_VERSION = '0.13' +DRIVER_VERSION = '0.14' def loader(config_dict, engine): return TE923Driver(**config_dict[DRIVER_NAME])