Skip to content

Commit b541add

Browse files
committed
bump: version 2.17.0 → 2.17.1
1 parent ff7670f commit b541add

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## v2.17.1 (2021-04-08)
3+
4+
### Fix
5+
6+
- **commands/init**: fix toml config format error
7+
28
## v2.17.0 (2021-04-02)
39

410
### Feat

commitizen/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.17.0"
1+
__version__ = "2.17.1"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "2.17.0"
2+
version = "2.17.1"
33
tag_format = "v$version"
44
version_files = [
55
"pyproject.toml:version",

0 commit comments

Comments
 (0)