bump: version 1.0.1 → 1.0.2
This commit is contained in:
parent
84e36d57e4
commit
5ff71c5ecb
2 changed files with 21 additions and 1 deletions
13
CHANGELOG.md
Normal file
13
CHANGELOG.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
## 1.0.2 (2024-01-28)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- 2023 => 2024
|
||||||
|
- correction for calculated variable with a variable in a dynamic family
|
||||||
|
|
||||||
|
## 1.0.1 (2024-01-28)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- documentation
|
||||||
|
- new format 1.0
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail"
|
name = "rougail"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Emmanuel Garette", email = "gnunux@gnunux.info"},
|
{name = "Emmanuel Garette", email = "gnunux@gnunux.info"},
|
||||||
]
|
]
|
||||||
|
@ -31,3 +31,10 @@ dependencies = [
|
||||||
dev = [
|
dev = [
|
||||||
"pylint ~= 3.0.3",
|
"pylint ~= 3.0.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.commitizen]
|
||||||
|
name = "cz_conventional_commits"
|
||||||
|
tag_format = "$version"
|
||||||
|
version_scheme = "semver"
|
||||||
|
version_provider = "pep621"
|
||||||
|
update_changelog_on_bump = true
|
||||||
|
|
Loading…
Reference in a new issue