We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bace4c1 commit 90d3568Copy full SHA for 90d3568
commitizen/__version__.py
@@ -1 +1 @@
1
-__version__ = "1.8.0"
+__version__ = "1.9.0"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
2
-version = "1.8.0"
+version = "1.9.0"
3
tag_format = "v$version"
4
files = [
5
"pyproject.toml:version",
@@ -29,7 +29,7 @@ exclude = '''
29
30
[tool.poetry]
31
name = "commitizen"
32
33
description = "Python commitizen client tool"
34
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
35
license = "MIT"
0 commit comments