From 6f461868c30701d51e42d18397869c3703317d98 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 30 Oct 2024 20:45:08 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.0rc0=20=E2=86=92=201.1.0r?= =?UTF-8?q?c1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb743d0c..329944294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.1.0rc1 (2024-10-30) + +### Feat + +- update dependencies +- translation + ## 1.1.0rc0 (2024-10-29) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 92c1a6c5a..d25756831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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