Skip to content

Commit

Permalink
bump: version 4.26.1 → 4.26.2b0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Apr 17, 2023
1 parent 41cc1a6 commit 419b11f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/controllerx/cx_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v4.26.1"
__version__ = "v4.26.2b0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "controllerx"
version = "4.26.1"
version = "4.26.2b0"
description = "Create controller-based automations with ease to control your home devices and scenes."
authors = ["Xavier Moreno <xaviml.93@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -83,7 +83,7 @@ exclude_lines = [

[tool.commitizen]
name = "cz_conventional_commits"
version = "4.26.1"
version = "4.26.2b0"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"apps/controllerx/cx_version.py",
Expand Down

0 comments on commit 419b11f

Please sign in to comment.