Skip to content

Commit c7d8e2d

Browse files
committed
bump: version 4.29.0b1 → 4.29.0
1 parent 93e1479 commit c7d8e2d

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.29.0b1"
1+
__version__ = "v4.29.0"

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.29.0b1"
3+
version = "4.29.0"
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,7 +85,7 @@ exclude_lines = [
8585

8686
[tool.commitizen]
8787
name = "cz_conventional_commits"
88-
version = "4.29.0b1"
88+
version = "4.29.0"
8989
tag_format = "v$major.$minor.$patch$prerelease"
9090
version_files = [
9191
"apps/controllerx/cx_version.py",

0 commit comments

Comments
 (0)