Skip to content

Commit

Permalink
bump: version 4.19.0b3 → 4.19.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Apr 21, 2022
1 parent 10ded7e commit ff36161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.19.0b3"
__version__ = "v4.19.0b4"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "controllerx"
version = "0.1.0"
version = "4.19.0b4"
description = "Create controller-based automations with ease to control your home devices and scenes."
authors = ["Xavier Moreno <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -74,9 +74,9 @@ exclude_lines = [

[tool.commitizen]
name = "cz_conventional_commits"
version = "4.19.0b3"
version = "4.19.0b4"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"apps/controllerx/cx_version.py",
".cz.toml:version"
"pyproject.toml:version"
]

0 comments on commit ff36161

Please sign in to comment.