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 580cc51 commit c6b11a6Copy full SHA for c6b11a6
2 files changed
apps/controllerx/cx_version.py
@@ -1 +1 @@
1
-__version__ = "v5.2.1"
+__version__ = "v5.2.2"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "controllerx"
3
-version = "5.2.1"
+version = "5.2.2"
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