bump: version 0.2.0a7 → 0.2.0a8
This commit is contained in:
parent
0938903b69
commit
dd5e725fde
4 changed files with 13 additions and 7 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## 0.2.0a8 (2025-05-12)
|
||||
|
||||
### Fix
|
||||
|
||||
- black
|
||||
|
||||
## 0.2.0a7 (2025-04-30)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\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 ""
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.2.0a7"
|
||||
__version__ = "0.2.0a8"
|
||||
|
|
|
|||
Loading…
Reference in a new issue