bump: version 0.2.0a12 → 0.2.0a13

This commit is contained in:
egarette@silique.fr 2025-04-30 09:03:10 +02:00
parent 0102eede49
commit 9fb4cb8351
4 changed files with 15 additions and 15 deletions

View file

@ -1,3 +1,11 @@
## 0.2.0a13 (2025-04-30)
### Fix
- add first test + remove add_extra_options option in tiramisu-cmdline-parser
- remove negative_description support
- display user-data instead of user_data in version
## 0.2.0a12 (2025-04-09)
### Fix

View file

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2025-04-09 21:22+0200\n"
"POT-Creation-Date: 2025-04-29 23:02+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,15 +15,15 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n"
#: src/rougail/cli/__main__.py:125
#: src/rougail/cli/__main__.py:126
msgid "cannot find \"user_data\" module \"{0}\""
msgstr ""
#: src/rougail/cli/__main__.py:162
#: src/rougail/cli/__main__.py:163
msgid "cannot find cli file for \"output_name\" module \"{0}\""
msgstr ""
#: src/rougail/cli/__main__.py:184
#: src/rougail/cli/__main__.py:188
msgid "ERROR: {0}"
msgstr ""
@ -39,15 +39,7 @@ msgstr ""
msgid "display debug informations"
msgstr ""
#: src/rougail/cli/config.py:40
msgid "do not display debug informations"
msgstr ""
#: src/rougail/cli/config.py:44
#: src/rougail/cli/config.py:43
msgid "display rougail version and all componants"
msgstr ""
#: src/rougail/cli/config.py:45
msgid "do not display rougail version and all componants"
msgstr ""

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.cli"
version = "0.2.0a12"
version = "0.2.0a13"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "CLI for Rougail"

View file

@ -1 +1 @@
__version__ = "0.2.0a12"
__version__ = "0.2.0a13"