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 1
1
[tool .commitizen ]
2
- version = " 1.16.3 "
2
+ version = " 1.16.4 "
3
3
tag_format = " v$version"
4
4
version_files = [
5
5
" pyproject.toml:version" ,
@@ -29,7 +29,7 @@ exclude = '''
29
29
30
30
[tool .poetry ]
31
31
name = " commitizen"
32
- version = " 1.16.3 "
32
+ version = " 1.16.4 "
33
33
description = " Python commitizen client tool"
34
34
authors = [" Santiago Fraire <santiwilly@gmail.com>" ]
35
35
license = " MIT"
@@ -70,10 +70,6 @@ isort = "^4.3.21"
70
70
cz = " commitizen.cli:main"
71
71
git-cz = " commitizen.cli:main"
72
72
73
- [build-system ]
74
- requires = [" poetry>=0.12" ]
75
- build-backend = " poetry.masonry.api"
76
-
77
73
[tool .coverage ]
78
74
[tool .coverage .report ]
79
75
show_missing = true
@@ -94,3 +90,7 @@ build-backend = "poetry.masonry.api"
94
90
' if __name__ == .__main__.:'
95
91
]
96
92
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