From a051c1e713fe233cd9c3815ce883b2fd7a735f44 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 6 Nov 2024 08:21:23 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.0=20=E2=86=92=201.1.1rc0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06788fe83..931d9b055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.1.1rc0 (2024-11-06) + +### Fix + +- update tiramisu dependency +- better user information if a needed package is not installed +- **37**: import doesn't works for some python version +- **36**: format 1.0: suffix attribut must works +- update fr/rougail.mo + ## 1.1.0 (2024-11-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index d8fa92d65..4bb49edfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail" -version = "1.1.0" +version = "1.1.1rc0" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "A consistency handling system that was initially designed in the configuration management"