bump: version 0.2.0a8 → 0.2.0a9
This commit is contained in:
parent
6824ce4190
commit
d75e447ec9
4 changed files with 18 additions and 10 deletions
|
|
@ -1,3 +1,11 @@
|
|||
## 0.2.0a9 (2025-05-12)
|
||||
|
||||
### Fix
|
||||
|
||||
- black
|
||||
- update translation
|
||||
- load file with order
|
||||
|
||||
## 0.2.0a8 (2025-05-02)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2025-05-11 10:24+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,31 +15,31 @@ msgstr ""
|
|||
"Generated-By: pygettext.py 1.5\n"
|
||||
|
||||
|
||||
#: src/rougail/user_data_yaml/__init__.py:43
|
||||
#: src/rougail/user_data_yaml/__init__.py:45
|
||||
msgid "yaml is not set in step.user_data"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/user_data_yaml/__init__.py:63
|
||||
#: src/rougail/user_data_yaml/__init__.py:65
|
||||
msgid "cannot load \"{0}\", the root value is not a dict but \"{1}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/user_data_yaml/__init__.py:86
|
||||
#: src/rougail/user_data_yaml/__init__.py:88
|
||||
msgid "the YAML file \"{0}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/user_data_yaml/__init__.py:117
|
||||
#: src/rougail/user_data_yaml/__init__.py:120
|
||||
msgid "\"{0}\" in {1} has an unknown value"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/user_data_yaml/config.py:29
|
||||
#: src/rougail/user_data_yaml/config.py:30
|
||||
msgid "Configuration rougail-user-data-yaml"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/user_data_yaml/config.py:38
|
||||
#: src/rougail/user_data_yaml/config.py:39
|
||||
msgid "Filename"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/user_data_yaml/config.py:49
|
||||
#: src/rougail/user_data_yaml/config.py:50
|
||||
msgid "File that may contain secrets"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.user_data_yaml"
|
||||
version = "0.2.0a8"
|
||||
version = "0.2.0a9"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail user_data yaml"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.2.0a8"
|
||||
__version__ = "0.2.0a9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue