bump: version 0.2.0a39 → 0.2.0a40

This commit is contained in:
egarette@silique.fr 2026-01-04 19:16:41 +01:00
parent 09f2e51c3c
commit 0c40462af0
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## 0.2.0a40 (2026-01-04)
### Feat
- add cli.root option to limit output from a specified family
## 0.2.0a39 (2026-01-03) ## 0.2.0a39 (2026-01-03)
### Feat ### Feat

View file

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

View file

@ -1 +1 @@
__version__ = "0.2.0a39" __version__ = "0.2.0a40"