bump: version 1.2.0a18 → 1.2.0a19

This commit is contained in:
egarette@silique.fr 2025-04-30 08:56:28 +02:00
parent efb23c350e
commit 2027da0675
3 changed files with 16 additions and 2 deletions

View file

@ -1,3 +1,17 @@
## 1.2.0a19 (2025-04-30)
### Feat
- add ymlfile names in ConfigError message
### Fix
- update translation
- remove negative_description support
- redefine family in flatten mode
- update tests
- better multi check
## 1.2.0a18 (2025-04-09)
### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail"
version = "1.2.0a18"
version = "1.2.0a19"
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.0a18"
__version__ = "1.2.0a19"