bump: version 0.7.0a2 → 0.7.0a3

This commit is contained in:
egarette@silique.fr 2025-10-10 08:10:15 +02:00
parent c4ce6dfb3f
commit 9befbf0ade
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
## 0.7.0a3 (2025-10-10)
### Feat
- do not exit() with exit_on_error to False
### Fix
- update test
## 0.7.0a2 (2025-09-29)
### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "tiramisu_cmdline_parser"
version = "0.7.0a2"
version = "0.7.0a3"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "command-line parser using Tiramisu"

View file

@ -1 +1 @@
__version__ = "0.7.0a2"
__version__ = "0.7.0a3"