From cc3805aaf5428f5412ab47f56bfe3568b4189409 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 12 May 2025 09:12:02 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0a7=20=E2=86=92=200.2.0a8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ locale/rougail_output_ansible.pot | 18 +++++++++--------- pyproject.toml | 2 +- src/rougail/output_ansible/__version__.py | 2 +- 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd2faf..f9b9ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.0a8 (2025-05-12) + +### Fix + +- update tests +- black + ## 0.2.0a7 (2025-05-02) ### Fix diff --git a/locale/rougail_output_ansible.pot b/locale/rougail_output_ansible.pot index 405467e..65b3e45 100644 --- a/locale/rougail_output_ansible.pot +++ b/locale/rougail_output_ansible.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2025-05-03 22:46+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" @@ -19,35 +19,35 @@ msgstr "" msgid "no namespace configured" msgstr "" -#: src/rougail/output_ansible/__init__.py:66 +#: src/rougail/output_ansible/__init__.py:67 msgid "cannot find host namespace \"{0}\"" msgstr "" -#: src/rougail/output_ansible/__init__.py:71 +#: src/rougail/output_ansible/__init__.py:74 msgid "malformated host namespace \"{0}\", should have the \"hostnames\" key" msgstr "" -#: src/rougail/output_ansible/__init__.py:98 +#: src/rougail/output_ansible/__init__.py:111 msgid "cannot find \"hostnames\" in \"{0}\" namespace" msgstr "" -#: src/rougail/output_ansible/config.py:29 +#: src/rougail/output_ansible/config.py:30 msgid "parameter added only to be compatible with Ansible" msgstr "" -#: src/rougail/output_ansible/config.py:51 +#: src/rougail/output_ansible/config.py:53 msgid "Configuration of user data or output Ansible" msgstr "" -#: src/rougail/output_ansible/config.py:61 +#: src/rougail/output_ansible/config.py:64 msgid "Configuration of output Ansible" msgstr "" -#: src/rougail/output_ansible/config.py:72 +#: src/rougail/output_ansible/config.py:76 msgid "Namespace with host values" msgstr "" -#: src/rougail/output_ansible/config.py:76 +#: src/rougail/output_ansible/config.py:80 msgid "Only variables in host namespace is available by a host" msgstr "" diff --git a/pyproject.toml b/pyproject.toml index 88750ba..40ba268 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_ansible" -version = "0.2.0a7" +version = "0.2.0a8" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output ansible" diff --git a/src/rougail/output_ansible/__version__.py b/src/rougail/output_ansible/__version__.py index 4bea099..dec7151 100644 --- a/src/rougail/output_ansible/__version__.py +++ b/src/rougail/output_ansible/__version__.py @@ -1 +1 @@ -__version__ = "0.2.0a7" +__version__ = "0.2.0a8"