bump: version 1.2.0a75 → 1.2.0a76
This commit is contained in:
parent
6b2f406dc0
commit
c97884d0da
5 changed files with 19 additions and 5 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,3 +1,17 @@
|
|||
## 1.2.0a76 (2026-06-11)
|
||||
|
||||
### Feat
|
||||
|
||||
- leadership => sequence
|
||||
|
||||
### Fix
|
||||
|
||||
- update tutorial tests
|
||||
|
||||
### Refactor
|
||||
|
||||
- **src/rougail/convert/**: split the file
|
||||
|
||||
## 1.2.0a75 (2026-05-06)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "rougail"
|
||||
version = "1.2.0a75"
|
||||
version = "1.2.0a76"
|
||||
|
||||
[tool.commitizen]
|
||||
name = "cz_conventional_commits"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail-base"
|
||||
version = "1.2.0a75"
|
||||
version = "1.2.0a76"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "A consistency handling system that was initially designed in the configuration management"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail"
|
||||
version = "1.2.0a75"
|
||||
version = "1.2.0a76"
|
||||
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.18.6",
|
||||
"pydantic ~= 2.9.2",
|
||||
"rougail-base == 1.2.0a75",
|
||||
"rougail-base == 1.2.0a76",
|
||||
]
|
||||
|
||||
[tool.flit.sdist]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "1.2.0a75"
|
||||
__version__ = "1.2.0a76"
|
||||
|
|
|
|||
Loading…
Reference in a new issue