8000 bump: version 1.16.3 → 1.16.4 · Lee-W/commitizen@2803b18 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2803b18

Browse files
committed
bump: version 1.16.3 → 1.16.4
1 parent 7ce4421 commit 2803b18

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

commitizen/__version__.py

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

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "1.16.3"
2+
version = "1.16.4"
33
tag_format = "v$version"
44
version_files = [
55
"pyproject.toml:version",
@@ -29,7 +29,7 @@ exclude = '''
2929

3030
[tool.poetry]
3131
name = "commitizen"
32-
version = "1.16.3"
32+
version = "1.16.4"
3333
description = "Python commitizen client tool"
3434
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
3535
license = "MIT"
@@ -70,10 +70,6 @@ isort = "^4.3.21"
7070
cz = "commitizen.cli:main"
7171
git-cz = "commitizen.cli:main"
7272

73-
[build-system]
74-
requires = ["poetry>=0.12"]
75-
build-backend = "poetry.masonry.api"
76-
7773
[tool.coverage]
7874
[tool.coverage.report]
7975
show_missing = true
@@ -94,3 +90,7 @@ build-backend = "poetry.masonry.api"
9490
'if __name__ == .__main__.:'
9591
]
9692

93+
[build-system]
94+
requires = ["poetry>=0.12"]
95+
build-backend = "poetry.masonry.api"
96+

0 commit comments

Comments
 (0)
0