From d75e447ec9c2f113d1c35fabd41d9d94b5ead65d Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 12 May 2025 09:06:52 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0a8=20=E2=86=92=200.2.0a9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ locale/rougail_user_data_yaml.pot | 16 ++++++++-------- pyproject.toml | 2 +- src/rougail/user_data_yaml/__version__.py | 2 +- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c6d8b9..2326696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.2.0a9 (2025-05-12) + +### Fix + +- black +- update translation +- load file with order + ## 0.2.0a8 (2025-05-02) ### Fix diff --git a/locale/rougail_user_data_yaml.pot b/locale/rougail_user_data_yaml.pot index 120f654..e2d896f 100644 --- a/locale/rougail_user_data_yaml.pot +++ b/locale/rougail_user_data_yaml.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2025-05-11 10:24+0200\n" +"POT-Creation-Date: 2025-05-12 08:39+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,31 +15,31 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" -#: src/rougail/user_data_yaml/__init__.py:43 +#: src/rougail/user_data_yaml/__init__.py:45 msgid "yaml is not set in step.user_data" msgstr "" -#: src/rougail/user_data_yaml/__init__.py:63 +#: src/rougail/user_data_yaml/__init__.py:65 msgid "cannot load \"{0}\", the root value is not a dict but \"{1}\"" msgstr "" -#: src/rougail/user_data_yaml/__init__.py:86 +#: src/rougail/user_data_yaml/__init__.py:88 msgid "the YAML file \"{0}\"" msgstr "" -#: src/rougail/user_data_yaml/__init__.py:117 +#: src/rougail/user_data_yaml/__init__.py:120 msgid "\"{0}\" in {1} has an unknown value" msgstr "" -#: src/rougail/user_data_yaml/config.py:29 +#: src/rougail/user_data_yaml/config.py:30 msgid "Configuration rougail-user-data-yaml" msgstr "" -#: src/rougail/user_data_yaml/config.py:38 +#: src/rougail/user_data_yaml/config.py:39 msgid "Filename" msgstr "" -#: src/rougail/user_data_yaml/config.py:49 +#: src/rougail/user_data_yaml/config.py:50 msgid "File that may contain secrets" msgstr "" diff --git a/pyproject.toml b/pyproject.toml index 1fecf13..cb7eddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.user_data_yaml" -version = "0.2.0a8" +version = "0.2.0a9" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail user_data yaml" diff --git a/src/rougail/user_data_yaml/__version__.py b/src/rougail/user_data_yaml/__version__.py index dec7151..0849091 100644 --- a/src/rougail/user_data_yaml/__version__.py +++ b/src/rougail/user_data_yaml/__version__.py @@ -1 +1 @@ -__version__ = "0.2.0a8" +__version__ = "0.2.0a9"