bump: version 5.2.0a30 → 5.2.0a31
This commit is contained in:
parent
9b41e6cc48
commit
351b4ac2f7
2 changed files with 20 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "tiramisu"
|
||||
version = "5.2.0a30"
|
||||
version = "5.2.0a31"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "an options controller tool"
|
||||
|
|
@ -24,6 +24,24 @@ classifiers = [
|
|||
"Natural Language :: French",
|
||||
|
||||
]
|
||||
dependencies = [
|
||||
]
|
||||
|
||||
[tool.flit.sdist]
|
||||
exclude = [
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Home = "https://forge.cloud.silique.fr/stove/tiramisu"
|
||||
|
||||
[tool.commitizen]
|
||||
name = "cz_conventional_commits"
|
||||
ag_format = "$version"
|
||||
version_scheme = "pep440"
|
||||
version_provider = "pep621"
|
||||
version_files = [
|
||||
"tiramisu/__version__.py",
|
||||
"pyproject.toml:version"
|
||||
]
|
||||
#update_changelog_on_bump = true
|
||||
changelog_merge_prerelease = true
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "5.2.0a30"
|
||||
__version__ = "5.2.0a31"
|
||||
|
|
|
|||
Loading…
Reference in a new issue