From b2f929b30d5d5fc3ab3e44fdc76d0fc5180881fa Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Fri, 12 Jun 2026 19:57:17 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.7.0a6=20=E2=86=92=200.7.0a7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- tiramisu_cmdline_parser/__version__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6a8c2..cc90787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 03569a4..8c73417 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "tiramisu_cmdline_parser" -version = "0.7.0a6" +version = "0.7.0a7" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "command-line parser using Tiramisu" diff --git a/tiramisu_cmdline_parser/__version__.py b/tiramisu_cmdline_parser/__version__.py index 1be6ce6..75dde31 100644 --- a/tiramisu_cmdline_parser/__version__.py +++ b/tiramisu_cmdline_parser/__version__.py @@ -1 +1 @@ -__version__ = "0.7.0a6" +__version__ = "0.7.0a7"