Skip to content

Commit 0bcaa1e

Browse files
committed
bump: version 4.26.2 → 4.27.0b0
1 parent dbb0c95 commit 0bcaa1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/controllerx/cx_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v4.26.2"
1+
__version__ = "v4.27.0b0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "controllerx"
3-
version = "4.26.2"
3+
version = "4.27.0b0"
44
description = "Create controller-based automations with ease to control your home devices and scenes."
55
authors = ["Xavier Moreno <xaviml.93@gmail.com>"]
66
license = "MIT"
@@ -83,7 +83,7 @@ exclude_lines = [
8383

8484
[tool.commitizen]
8585
name = "cz_conventional_commits"
86-
version = "4.26.2"
86+
version = "4.27.0b0"
8787
tag_format = "v$major.$minor.$patch$prerelease"
8888
version_files = [
8989
"apps/controllerx/cx_version.py",

0 commit comments

Comments
 (0)