bump: version 0.2.0a15 → 0.2.0a16

This commit is contained in:
egarette@silique.fr 2025-04-30 09:04:41 +02:00
parent 07027690a7
commit d8e52e26fd
3 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,14 @@
## 0.2.0a16 (2025-04-30)
### Fix
- update translation
- remove negative_description support
- better documentation with hidden variable in property calculation
- use new information ymlfiles
- update tests
- better dynamic support
## 0.2.0a15 (2025-04-09)
### Fix

View file

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

View file

@ -1 +1 @@
__version__ = "0.2.0a15"
__version__ = "0.2.0a16"