Skip to content

Commit 519c7ce

Browse files
committed
bump: version 4.29.0b0 → 4.29.0b1
1 parent a24f9f2 commit 519c7ce

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

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.0b0"
3+
version = "4.29.0b1"
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.0b0"
88+
version = "4.29.0b1"
8989
tag_format = "v$major.$minor.$patch$prerelease"
9090
version_files = [
9191
"apps/controllerx/cx_version.py",

0 commit comments

Comments
 (0)