bump: version 1.0.2 → 1.0.3

This commit is contained in:
egarette@silique.fr 2026-06-28 14:51:56 +02:00
parent ffca00f3c4
commit b63ed1316b
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## 1.0.3 (2026-06-28)
### Fix
- help line with only a space in family description
## 1.0.2 (2026-06-27) ## 1.0.2 (2026-06-27)
### Fix ### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.output_doc" name = "rougail.output_doc"
version = "1.0.2" version = "1.0.3"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "Rougail output doc" description = "Rougail output doc"

View file

@ -1 +1 @@
__version__ = "1.0.2" __version__ = "1.0.3"