From a7d1fe76782184026efec895e6f47ba56568ee72 Mon Sep 17 00:00:00 2001 From: Xavi Date: Tue, 10 Sep 2024 19:01:43 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=204.27.0b1=20=E2=86=92=204.27.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/controllerx/cx_version.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/controllerx/cx_version.py b/apps/controllerx/cx_version.py index f2f8a967..b00a21f0 100644 --- a/apps/controllerx/cx_version.py +++ b/apps/controllerx/cx_version.py @@ -1 +1 @@ -__version__ = "v4.27.0b1" +__version__ = "v4.27.0" diff --git a/pyproject.toml b/pyproject.toml index 7cd2338a..c50667bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "controllerx" -version = "4.27.0b1" +version = "4.27.0" description = "Create controller-based automations with ease to control your home devices and scenes." authors = ["Xavier Moreno "] license = "MIT" @@ -83,7 +83,7 @@ exclude_lines = [ [tool.commitizen] name = "cz_conventional_commits" -version = "4.27.0b1" +version = "4.27.0" tag_format = "v$major.$minor.$patch$prerelease" version_files = [ "apps/controllerx/cx_version.py",