We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81aecc3 commit 3494fb8Copy full SHA for 3494fb8
CHANGELOG.md
@@ -1,4 +1,10 @@
1
2
+## v2.32.3 (2022-09-07)
3
+
4
+### Fix
5
6
+- **bump**: Search for version number line by line
7
8
## v2.32.2 (2022-08-22)
9
10
### Fix
commitizen/__version__.py
@@ -1 +1 @@
-__version__ = "2.32.2"
+__version__ = "2.32.3"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "2.32.2"
+version = "2.32.3"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
@@ -30,7 +30,7 @@ exclude = '''
30
31
[tool.poetry]
32
name = "commitizen"
33
34
description = "Python commitizen client tool"
35
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
36
license = "MIT"
0 commit comments