Merging upstream version 4.6.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f45c9e0d6c
commit
5a71f1c38c
16 changed files with 174 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "commitizen"
|
||||
version = "4.6.0"
|
||||
version = "4.6.3"
|
||||
description = "Python commitizen client tool"
|
||||
authors = [{ name = "Santiago Fraire", email = "santiwilly@gmail.com" }]
|
||||
maintainers = [
|
||||
|
@ -19,7 +19,7 @@ dependencies = [
|
|||
"tomlkit (>=0.5.3,<1.0.0)",
|
||||
"jinja2>=2.10.3",
|
||||
"pyyaml>=3.08",
|
||||
"argcomplete >=1.12.1,<3.6",
|
||||
"argcomplete >=1.12.1,<3.7",
|
||||
"typing-extensions (>=4.0.1,<5.0.0) ; python_version < '3.11'",
|
||||
"charset-normalizer (>=2.1.0,<4)",
|
||||
# Use the Python 3.11 and 3.12 compatible API: https://github.com/python/importlib_metadata#compatibility
|
||||
|
@ -88,7 +88,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
|
||||
[tool.commitizen]
|
||||
version = "4.6.0"
|
||||
version = "4.6.3"
|
||||
tag_format = "v$version"
|
||||
version_files = [
|
||||
"pyproject.toml:version",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue