We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb0c95 commit 0bcaa1eCopy full SHA for 0bcaa1e
apps/controllerx/cx_version.py
@@ -1 +1 @@
1
-__version__ = "v4.26.2"
+__version__ = "v4.27.0b0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "controllerx"
3
-version = "4.26.2"
+version = "4.27.0b0"
4
description = "Create controller-based automations with ease to control your home devices and scenes."
5
authors = ["Xavier Moreno <xaviml.93@gmail.com>"]
6
license = "MIT"
@@ -83,7 +83,7 @@ exclude_lines = [
83
84
[tool.commitizen]
85
name = "cz_conventional_commits"
86
87
tag_format = "v$major.$minor.$patch$prerelease"
88
version_files = [
89
"apps/controllerx/cx_version.py",
0 commit comments