Skip to content

Commit da0ced4

Browse files
committed
bump: version 5.2.2 → 5.2.3
1 parent 18112a2 commit da0ced4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/controllerx/cx_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v5.2.2"
1+
__version__ = "v5.2.3"

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 = "5.2.2"
3+
version = "5.2.3"
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"
@@ -85,6 +85,6 @@ exclude_lines = [
8585

8686
[tool.commitizen]
8787
name = "cz_conventional_commits"
88-
version = "5.2.2"
88+
version = "5.2.3"
8989
tag_format = "v$major.$minor.$patch$prerelease"
9090
version_files = ["apps/controllerx/cx_version.py", "pyproject.toml:version"]

0 commit comments

Comments
 (0)