From 9888b73d2d9a2b0285d47efce32c6708fa0a1f3a Mon Sep 17 00:00:00 2001 From: Rich Bell Date: Thu, 27 Feb 2025 06:52:33 -0500 Subject: [PATCH] release prep --- bin/user/aqitype.py | 2 +- install.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/user/aqitype.py b/bin/user/aqitype.py index 67e523d..a93e863 100644 --- a/bin/user/aqitype.py +++ b/bin/user/aqitype.py @@ -20,7 +20,7 @@ from weewx.units import ValueTuple from weeutil.weeutil import to_bool, to_int -VERSION = '2.0.0-rc01' +VERSION = '2.0.0-rc02' class CalculationError(Exception): ''' Error calculating AQI ''' diff --git a/install.py b/install.py index 81fece2..8eefb2c 100644 --- a/install.py +++ b/install.py @@ -8,7 +8,7 @@ import configobj from weecfg.extension import ExtensionInstaller -VERSION = "2.0.0-rc01" +VERSION = "2.0.0-rc02" EXTENSION_CONFIG = """ [StdReport]