Skip to content

Commit

Permalink
bump: version 3.2.0 → 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Jul 17, 2020
1 parent 5b84af2 commit 1a3a521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "3.2.0"
version = "3.3.0"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"apps/controllerx/cx_version.py",
Expand Down
2 changes: 1 addition & 1 deletion apps/controllerx/cx_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v3.2.0"
__version__ = "v3.3.0"

0 comments on commit 1a3a521

Please sign in to comment.