bump: version 0.7.0a6 → 0.7.0a7
This commit is contained in:
parent
d9017bedde
commit
b2f929b30d
3 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
## 0.7.0a7 (2026-06-12)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- remove prog and description attribute
|
||||||
|
- support exit_on_error
|
||||||
|
|
||||||
## 0.7.0a6 (2026-06-11)
|
## 0.7.0a6 (2026-06-11)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "tiramisu_cmdline_parser"
|
name = "tiramisu_cmdline_parser"
|
||||||
version = "0.7.0a6"
|
version = "0.7.0a7"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "command-line parser using Tiramisu"
|
description = "command-line parser using Tiramisu"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.7.0a6"
|
__version__ = "0.7.0a7"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue