We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e305153 commit ab91e62Copy full SHA for ab91e62
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v1.23.4 (2020-07-26)
2
+
3
+### Refactor
4
5
+- **changelog**: remove pkg_resources dependency
6
7
## v1.23.3 (2020-07-25)
8
9
### Fix
commitizen/__version__.py
@@ -1 +1 @@
-__version__ = "1.23.3"
+__version__ = "1.23.4"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "1.23.3"
+version = "1.23.4"
tag_format = "v$version"
version_files = [
"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