From bb1f117ed1d38b74f1a87a1ff6d5bbc988709f2a Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Fri, 9 May 2025 08:21:40 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.0a22=20=E2=86=92=201.2.0a?= =?UTF-8?q?23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- src/rougail/__version__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 221cbcf89..1e8961211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.2.0a23 (2025-05-09) + +### Fix + +- add_quotes +- tiramisu_display_name could display only description +- use own undefined +- support of default_dictionary_format_version file in tests +- simplify version support + ## 1.2.0a22 (2025-05-05) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 32187ab0a..62161597a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail" -version = "1.2.0a22" +version = "1.2.0a23" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "A consistency handling system that was initially designed in the configuration management" diff --git a/src/rougail/__version__.py b/src/rougail/__version__.py index d10a808ef..6bb4b3a6b 100644 --- a/src/rougail/__version__.py +++ b/src/rougail/__version__.py @@ -1 +1 @@ -__version__ = "1.2.0a22" +__version__ = "1.2.0a23"