bump: version 1.2.0a22 → 1.2.0a23
This commit is contained in:
parent
1662568c17
commit
bb1f117ed1
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
|||
## 1.2.0a23 (2025-05-09)
|
||||
|
||||
### Fix
|
||||
|
||||
- add_quotes
|
||||
- tiramisu_display_name could display only description
|
||||
- use own undefined
|
||||
- support of default_dictionary_format_version file in tests
|
||||
- simplify version support
|
||||
|
||||
## 1.2.0a22 (2025-05-05)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail"
|
||||
version = "1.2.0a22"
|
||||
version = "1.2.0a23"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "A consistency handling system that was initially designed in the configuration management"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "1.2.0a22"
|
||||
__version__ = "1.2.0a23"
|
||||
|
|
|
|||
Loading…
Reference in a new issue