Skip to content

Commit 1230c7a

Browse files
bump: version 4.13.1 → 4.13.2
1 parent 8d05b9e commit 1230c7a

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ repos:
5656
- tomli
5757

5858
- repo: https://github.com/commitizen-tools/commitizen
59-
rev: v4.13.1 # automatically updated by Commitizen
59+
rev: v4.13.2 # automatically updated by Commitizen
6060
hooks:
6161
- id: commitizen
6262
- id: commitizen-branch

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v4.13.2 (2026-02-03)
2+
3+
### Refactor
4+
5+
- simplify code with pathlib Path object (#1840)
6+
- **tags**: extract version resolution method (#1839)
7+
18
## v4.13.1 (2026-02-03)
29

310
### Refactor

commitizen/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.13.1"
1+
__version__ = "4.13.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "commitizen"
3-
version = "4.13.1"
3+
version = "4.13.2"
44
description = "Python commitizen client tool"
55
authors = [{ name = "Santiago Fraire", email = "[email protected]" }]
66
maintainers = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)