bump: version 0.2.0a23 → 0.2.0a24

This commit is contained in:
egarette@silique.fr 2025-10-10 08:16:23 +02:00
parent d9c197ca72
commit 97c87c24d3
4 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,13 @@
## 0.2.0a24 (2025-10-10)
### Feat
- use rougail-user-data-commandline and mix config use data
### Fix
- remove force_apply_user_data support
## 0.2.0a23 (2025-10-03)
### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.cli"
version = "0.2.0a23"
version = "0.2.0a24"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "CLI for Rougail"

View file

@ -20,7 +20,6 @@ import os
from warnings import warn, filterwarnings
from pathlib import Path
from sys import exit
from argparse import ArgumentError
from tiramisu_cmdline_parser import TiramisuCmdlineParser
from tiramisu.error import PropertiesOptionError

View file

@ -1 +1 @@
__version__ = "0.2.0a23"
__version__ = "0.2.0a24"