From d201967b776b7602868863fa654e63f0c765569a Mon Sep 17 00:00:00 2001 From: Suns Date: Sat, 17 Feb 2024 22:02:50 +0800 Subject: [PATCH] Release 0.5.12 --- HomeUI/VersionConstant.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HomeUI/VersionConstant.py b/HomeUI/VersionConstant.py index 909a954..68e81d1 100644 --- a/HomeUI/VersionConstant.py +++ b/HomeUI/VersionConstant.py @@ -7,8 +7,8 @@ # Version Key MAJOR = 0 MINOR = 5 -PATCH = 11 +PATCH = 12 VERSION_NAME = 'Version' VERSION = '{}.{}.{}'.format(MAJOR, MINOR, PATCH) ACCEPT_VERSION = ['0.5.0', '0.5.1', '0.5.2', '0.5.3', '0.5.4', '0.5.5', '0.5.6', '0.5.7', '0.5.8', '0.5.9', '0.5.10', - '0.5.11'] + '0.5.11', '0.5.12']