bump: version 1.1.0rc0 → 1.1.0rc1

This commit is contained in:
egarette@silique.fr 2024-10-30 20:45:08 +01:00
parent 4b2d5eb19a
commit 6f461868c3
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
## 1.1.0rc1 (2024-10-30)
### Feat
- update dependencies
- translation
## 1.1.0rc0 (2024-10-29)
### Feat

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail"
version = "1.1.0rc0"
version = "1.1.0rc1"
authors = [
{name = "Emmanuel Garette", email = "gnunux@gnunux.info"},
]
@ -43,5 +43,5 @@ dev = [
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "pep440"
version_provider = ""
version_provider = "pep621"
update_changelog_on_bump = true