Compare commits
No commits in common. "f3a7344b588422a4d0787edea55f26be9cc15451" and "6fec59d1be0548d92b6345e16b057efff927365a" have entirely different histories.
f3a7344b58
...
6fec59d1be
2 changed files with 4 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "tiramisu"
|
||||
version = "5.2.0a32"
|
||||
version = "5.2.0a30"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "an options controller tool"
|
||||
|
|
@ -25,10 +25,7 @@ classifiers = [
|
|||
|
||||
]
|
||||
dependencies = [
|
||||
]
|
||||
|
||||
[tool.flit.sdist]
|
||||
exclude = [
|
||||
"ruamel.yaml ~= 0.18.6",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
@ -36,7 +33,7 @@ Home = "https://forge.cloud.silique.fr/stove/tiramisu"
|
|||
|
||||
[tool.commitizen]
|
||||
name = "cz_conventional_commits"
|
||||
ag_format = "$version"
|
||||
tag_format = "$version"
|
||||
version_scheme = "pep440"
|
||||
version_provider = "pep621"
|
||||
version_files = [
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "5.2.0a32"
|
||||
__version__ = "5.2.0a30"
|
||||
|
|
|
|||
Loading…
Reference in a new issue