WIP: Expand the developer documentation #27

Draft
gremond wants to merge 189 commits from develop into developer_docs
3 changed files with 12 additions and 2 deletions
Showing only changes of commit bb1f117ed1 - Show all commits

View file

@ -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

View file

@ -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"

View file

@ -1 +1 @@
__version__ = "1.2.0a22"
__version__ = "1.2.0a23"