bump: version 0.2.0a6 → 0.2.0a7

This commit is contained in:
egarette@silique.fr 2025-04-30 09:06:05 +02:00
parent d167d4b61d
commit dfc68306e2
4 changed files with 16 additions and 17 deletions

View file

@ -1,3 +1,10 @@
## 0.2.0a7 (2025-04-30)
### Fix
- remove negative_description support
- update tests
## 0.2.0a6 (2025-04-09) ## 0.2.0a6 (2025-04-09)
### 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-04-01 19:51+0200\n" "POT-Creation-Date: 2025-04-29 23:02+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"
@ -15,19 +15,19 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n" "Generated-By: pygettext.py 1.5\n"
#: src/rougail/output_json/__init__.py:46 #: src/rougail/output_json/__init__.py:47
msgid "the \"step.output\" is not set to \"{0}\"" msgid "the \"step.output\" is not set to \"{0}\""
msgstr "" msgstr ""
#: src/rougail/output_json/__init__.py:105 #: src/rougail/output_json/__init__.py:106
msgid "Error in config: {0}" msgid "Error in config: {0}"
msgstr "" msgstr ""
#: src/rougail/output_json/__init__.py:116 #: src/rougail/output_json/__init__.py:117
msgid "The following variables are mandatory but have no value:" msgid "The following variables are mandatory but have no value:"
msgstr "" msgstr ""
#: src/rougail/output_json/__init__.py:127 #: src/rougail/output_json/__init__.py:128
msgid "The following variables are inaccessible but are empty and mandatory :" msgid "The following variables are inaccessible but are empty and mandatory :"
msgstr "" msgstr ""
@ -39,19 +39,11 @@ msgstr ""
msgid "display variables available in read_write mode" msgid "display variables available in read_write mode"
msgstr "" msgstr ""
#: src/rougail/output_json/config.py:39 #: src/rougail/output_json/config.py:42
msgid "display variables available in read_only mode"
msgstr ""
#: src/rougail/output_json/config.py:43
msgid "test mandatories variables before display in json" msgid "test mandatories variables before display in json"
msgstr "" msgstr ""
#: src/rougail/output_json/config.py:44 #: src/rougail/output_json/config.py:46
msgid "do not test mandatories variables before display in json"
msgstr ""
#: src/rougail/output_json/config.py:48
msgid "get value for a variable or a family" msgid "get value for a variable or a family"
msgstr "" msgstr ""

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.output_json" name = "rougail.output_json"
version = "0.2.0a6" version = "0.2.0a7"
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 json" description = "Rougail output json"

View file

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