bump: version 0.2.0a31 → 0.2.0a32

This commit is contained in:
egarette@silique.fr 2025-10-03 08:22:36 +02:00
parent 38fa8447eb
commit 856811805c
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
## 0.2.0a32 (2025-10-03)
### Fix
- property calculated with disabled variable
- better disabled support
## 0.2.0a31 (2025-10-02) ## 0.2.0a31 (2025-10-02)
### Feat ### Feat

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.output_doc" name = "rougail.output_doc"
version = "0.2.0a31" version = "0.2.0a32"
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__ = "0.2.0a31" __version__ = "0.2.0a32"