bump: version 1.2.0a20 → 1.2.0a21
This commit is contained in:
parent
6167e1ea2c
commit
9c940f8b28
3 changed files with 10 additions and 2 deletions
|
|
@ -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)
|
## 1.2.0a20 (2025-04-30)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail"
|
name = "rougail"
|
||||||
version = "1.2.0a20"
|
version = "1.2.0a21"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "A consistency handling system that was initially designed in the configuration management"
|
description = "A consistency handling system that was initially designed in the configuration management"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.2.0a20"
|
__version__ = "1.2.0a21"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue