From dd5e725fde3fd779c87b899a3eb69ff938a54f88 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 12 May 2025 09:10:35 +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 | 6 ++++++ locale/rougail_output_json.pot | 10 +++++----- pyproject.toml | 2 +- src/rougail/output_json/__version__.py | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35cc6ab..bd0b01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.0a8 (2025-05-12) + +### Fix + +- black + ## 0.2.0a7 (2025-04-30) ### Fix diff --git a/locale/rougail_output_json.pot b/locale/rougail_output_json.pot index 8ecd7ee..0d4d637 100644 --- a/locale/rougail_output_json.pot +++ b/locale/rougail_output_json.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" @@ -15,19 +15,19 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" -#: src/rougail/output_json/__init__.py:47 +#: src/rougail/output_json/__init__.py:48 msgid "the \"step.output\" is not set to \"{0}\"" msgstr "" -#: src/rougail/output_json/__init__.py:106 +#: src/rougail/output_json/__init__.py:108 msgid "Error in config: {0}" msgstr "" -#: src/rougail/output_json/__init__.py:117 +#: src/rougail/output_json/__init__.py:119 msgid "The following variables are mandatory but have no value:" msgstr "" -#: src/rougail/output_json/__init__.py:128 +#: src/rougail/output_json/__init__.py:130 msgid "The following variables are inaccessible but are empty and mandatory :" msgstr "" diff --git a/pyproject.toml b/pyproject.toml index 5da86d0..f6bcc44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_json" -version = "0.2.0a7" +version = "0.2.0a8" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output json" diff --git a/src/rougail/output_json/__version__.py b/src/rougail/output_json/__version__.py index 4bea099..dec7151 100644 --- a/src/rougail/output_json/__version__.py +++ b/src/rougail/output_json/__version__.py @@ -1 +1 @@ -__version__ = "0.2.0a7" +__version__ = "0.2.0a8"