File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- __version__ = "1.16.3 "
1+ __version__ = "1.16.4 "
Original file line number Diff line number Diff line change 11[tool .commitizen ]
2- version = " 1.16.3 "
2+ version = " 1.16.4 "
33tag_format = " v$version"
44version_files = [
55 " pyproject.toml:version" ,
@@ -29,7 +29,7 @@ exclude = '''
2929
3030[tool .poetry ]
3131name = " commitizen"
32- version = " 1.16.3 "
32+ version = " 1.16.4 "
3333description = " Python commitizen client tool"
3434authors = [
" Santiago Fraire <[email protected] >" ]
3535license = " MIT"
@@ -70,10 +70,6 @@ isort = "^4.3.21"
7070cz = " commitizen.cli:main"
7171git-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+
You can’t perform that action at this time.
0 commit comments