From 8b416d49326aae1d2744aaa25e6bd18a50998657 Mon Sep 17 00:00:00 2001 From: funilrys Date: Wed, 27 Mar 2024 18:01:40 +0100 Subject: [PATCH] Bump version to v4.2.10.dev --- PyFunceble/cli/entry_points/pyfunceble/cli.py | 1 + PyFunceble/cli/system/launcher.py | 6 +++--- PyFunceble/storage.py | 2 +- version.yaml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/PyFunceble/cli/entry_points/pyfunceble/cli.py b/PyFunceble/cli/entry_points/pyfunceble/cli.py index bfbac60c..950f43fa 100644 --- a/PyFunceble/cli/entry_points/pyfunceble/cli.py +++ b/PyFunceble/cli/entry_points/pyfunceble/cli.py @@ -1234,6 +1234,7 @@ def platform_parser( add_arguments_to_parser(platform, args) add_arguments_to_parser(platform, get_default_group_data()) + def ask_authorization_to_merge_config(missing_key: Optional[str] = None) -> bool: """ Asks the end-user for the authorization to merge the upstream diff --git a/PyFunceble/cli/system/launcher.py b/PyFunceble/cli/system/launcher.py index 2b448966..26db1740 100644 --- a/PyFunceble/cli/system/launcher.py +++ b/PyFunceble/cli/system/launcher.py @@ -685,9 +685,9 @@ def handle_file(protocol: dict) -> None: "checker_type" ].upper() protocol_data["subject_type"] = next_contract["subject_type"] - protocol_data["subject"] = protocol_data[ - "idna_subject" - ] = next_contract["subject"]["subject"] + protocol_data["subject"] = protocol_data["idna_subject"] = ( + next_contract["subject"]["subject"] + ) protocol_data["contract"] = copy.deepcopy(next_contract) self.tester_process_manager.add_to_input_queue( diff --git a/PyFunceble/storage.py b/PyFunceble/storage.py index 65a7a20d..dbc44bec 100644 --- a/PyFunceble/storage.py +++ b/PyFunceble/storage.py @@ -61,7 +61,7 @@ from PyFunceble.storage_facility import get_config_directory PROJECT_NAME: str = "PyFunceble" -PROJECT_VERSION: str = "4.2.9.dev (Blue Duckling: Ixora)" +PROJECT_VERSION: str = "4.2.10.dev (Blue Duckling: Ixora)" DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml" DISTRIBUTED_DIR_STRUCTURE_FILENAME: str = "dir_structure_production.json" diff --git a/version.yaml b/version.yaml index ef687d9c..2b9ba38c 100644 --- a/version.yaml +++ b/version.yaml @@ -1,4 +1,4 @@ -current_version: '4.2.9.dev (Blue Duckling: Ixora)' +current_version: '4.2.10.dev (Blue Duckling: Ixora)' deprecated: - 3.0.21 - 3.1.20