bump: version 0.2.0a7 → 0.2.0a8

This commit is contained in:
egarette@silique.fr 2025-05-12 09:12:02 +02:00
parent 27fb26dce4
commit cc3805aaf5
4 changed files with 18 additions and 11 deletions

View file

@ -1,3 +1,10 @@
## 0.2.0a8 (2025-05-12)
### Fix
- update tests
- black
## 0.2.0a7 (2025-05-02) ## 0.2.0a7 (2025-05-02)
### Fix ### Fix

View file

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -19,35 +19,35 @@ msgstr ""
msgid "no namespace configured" msgid "no namespace configured"
msgstr "" msgstr ""
#: src/rougail/output_ansible/__init__.py:66 #: src/rougail/output_ansible/__init__.py:67
msgid "cannot find host namespace \"{0}\"" msgid "cannot find host namespace \"{0}\""
msgstr "" 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" msgid "malformated host namespace \"{0}\", should have the \"hostnames\" key"
msgstr "" msgstr ""
#: src/rougail/output_ansible/__init__.py:98 #: src/rougail/output_ansible/__init__.py:111
msgid "cannot find \"hostnames\" in \"{0}\" namespace" msgid "cannot find \"hostnames\" in \"{0}\" namespace"
msgstr "" msgstr ""
#: src/rougail/output_ansible/config.py:29 #: src/rougail/output_ansible/config.py:30
msgid "parameter added only to be compatible with Ansible" msgid "parameter added only to be compatible with Ansible"
msgstr "" msgstr ""
#: src/rougail/output_ansible/config.py:51 #: src/rougail/output_ansible/config.py:53
msgid "Configuration of user data or output Ansible" msgid "Configuration of user data or output Ansible"
msgstr "" msgstr ""
#: src/rougail/output_ansible/config.py:61 #: src/rougail/output_ansible/config.py:64
msgid "Configuration of output Ansible" msgid "Configuration of output Ansible"
msgstr "" msgstr ""
#: src/rougail/output_ansible/config.py:72 #: src/rougail/output_ansible/config.py:76
msgid "Namespace with host values" msgid "Namespace with host values"
msgstr "" 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" msgid "Only variables in host namespace is available by a host"
msgstr "" msgstr ""

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.output_ansible" name = "rougail.output_ansible"
version = "0.2.0a7" version = "0.2.0a8"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "Rougail output ansible" description = "Rougail output ansible"

View file

@ -1 +1 @@
__version__ = "0.2.0a7" __version__ = "0.2.0a8"