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 f51765e commit 8c81de6Copy full SHA for 8c81de6
apps/controllerx/cx_version.py
@@ -1 +1 @@
1
-__version__ = "v4.29.0"
+__version__ = "v5.0.0b0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "controllerx"
3
-version = "4.29.0"
+version = "5.0.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"
@@ -85,6 +85,6 @@ exclude_lines = [
85
86
[tool.commitizen]
87
name = "cz_conventional_commits"
88
89
tag_format = "v$major.$minor.$patch$prerelease"
90
version_files = ["apps/controllerx/cx_version.py", "pyproject.toml:version"]
0 commit comments