Skip to content

Commit

Permalink
bump: version 4.25.0b1 → 4.25.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Jan 3, 2023
1 parent dcb8dc0 commit 95f2aa7
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.25.0b1"
__version__ = "v4.25.0b2"
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.25.0b1"
version = "4.25.0b2"
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 @@ -78,7 +78,7 @@ exclude_lines = [

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

0 comments on commit 95f2aa7

Please sign in to comment.