bump: version 1.2.0a20 → 1.2.0a21

This commit is contained in:
egarette@silique.fr 2025-05-02 08:12:31 +02:00
parent 6167e1ea2c
commit 9c940f8b28
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
## 1.2.0a21 (2025-05-02)
### Fix
- support {{ suffix }} name in 1.1 format version
- do not force use_data usage
- validators for an index
## 1.2.0a20 (2025-04-30)
### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail"
version = "1.2.0a20"
version = "1.2.0a21"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "A consistency handling system that was initially designed in the configuration management"

View file

@ -1 +1 @@
__version__ = "1.2.0a20"
__version__ = "1.2.0a21"