bump: version 1.2.2 → 1.2.3

This commit is contained in:
egarette@silique.fr 2026-09-02 22:16:47 +02:00
parent 8801765bfb
commit 8fc4e62538
5 changed files with 14 additions and 5 deletions

View file

@ -1,3 +1,12 @@
## 1.2.3 (2026-09-02)
### Fix
- variable and family object are same has type object
- a type could be a dynamic family
- main_namespace is not mandatory (for example for risotto)
- correction in error message
## 1.2.2 (2026-08-21)
### Fix

View file

@ -1,6 +1,6 @@
[project]
name = "rougail"
version = "1.2.2"
version = "1.2.3"
[tool.commitizen]
name = "cz_conventional_commits"

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail-base"
version = "1.2.2"
version = "1.2.3"
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

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail"
version = "1.2.2"
version = "1.2.3"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "A consistency handling system that was initially designed in the configuration management"
@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"ruamel.yaml ~= 0.19.1", # same version as rougail-user-data-yaml
"pydantic ~= 2.13.4",
"rougail-base == 1.2.2",
"rougail-base == 1.2.3",
]
[tool.flit.sdist]

View file

@ -1 +1 @@
__version__ = "1.2.2"
__version__ = "1.2.3"