Compare commits
2 commits
6630bccca5
...
641c6fe096
| Author | SHA1 | Date | |
|---|---|---|---|
| 641c6fe096 | |||
| 0db66f1f7d |
5 changed files with 15 additions and 9 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
## 1.2.0rc2 (2026-06-18)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- dependencies
|
||||||
|
|
||||||
## 1.2.0rc1 (2026-06-16)
|
## 1.2.0rc1 (2026-06-16)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "rougail"
|
name = "rougail"
|
||||||
version = "1.2.0rc1"
|
version = "1.2.0rc2"
|
||||||
|
|
||||||
[tool.commitizen]
|
[tool.commitizen]
|
||||||
name = "cz_conventional_commits"
|
name = "cz_conventional_commits"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail-base"
|
name = "rougail-base"
|
||||||
version = "1.2.0rc1"
|
version = "1.2.0rc2"
|
||||||
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"
|
||||||
|
|
@ -25,8 +25,8 @@ classifiers = [
|
||||||
|
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jinja2 ~= 3.1.4",
|
"jinja2 ~= 3.1.6",
|
||||||
"tiramisu ~= 5.0"
|
"tiramisu ~= 5.1.0"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail"
|
name = "rougail"
|
||||||
version = "1.2.0rc1"
|
version = "1.2.0rc2"
|
||||||
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"
|
||||||
|
|
@ -25,9 +25,9 @@ classifiers = [
|
||||||
|
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ruamel.yaml ~= 0.18.6",
|
"ruamel.yaml ~= 0.19.1",
|
||||||
"pydantic ~= 2.9.2",
|
"pydantic ~= 2.13.4",
|
||||||
"rougail-base == 1.2.0rc1",
|
"rougail-base == 1.2.0rc2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.flit.sdist]
|
[tool.flit.sdist]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.2.0rc1"
|
__version__ = "1.2.0rc2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue