bump: version 0.5.0 → 0.6.0rc0

This commit is contained in:
egarette@silique.fr 2024-10-31 18:19:55 +01:00
parent 41bb650d5b
commit b2936a53db
2 changed files with 11 additions and 1 deletions

10
CHANGELOG.md Normal file
View file

@ -0,0 +1,10 @@
## 0.6.0rc0 (2024-10-31)
### Feat
- pyproject.toml
- portage to tiramisu 5.0
### Fix
- only first value

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "tiramisu_cmdline_parser" name = "tiramisu_cmdline_parser"
version = "0.5.0" version = "0.6.0rc0"
authors = [ authors = [
{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}, {name = "Emmanuel Garette", email = "gnunux@gnunux.info"},
] ]