diff --git a/PyFunceble/cli/system/launcher.py b/PyFunceble/cli/system/launcher.py index 89d12ddd..d617fb92 100644 --- a/PyFunceble/cli/system/launcher.py +++ b/PyFunceble/cli/system/launcher.py @@ -695,8 +695,6 @@ def handle_platform_contribution() -> None: elif breakoff >= max_breakoff: breakoff = initial_breakoff - print(f"Breakoff: {breakoff}") - if PyFunceble.storage.CONFIGURATION.cli_testing.display_mode.dots: PyFunceble.cli.utils.stdout.print_single_line("S") diff --git a/PyFunceble/storage.py b/PyFunceble/storage.py index 1963f561..17b7eddf 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.3.0a7.dev (Blue Duckling: Tulip)" +PROJECT_VERSION: str = "4.3.0a8.dev (Blue Duckling: Tulip)" DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml" diff --git a/version.yaml b/version.yaml index a291bbe3..4ca092b7 100644 --- a/version.yaml +++ b/version.yaml @@ -1,4 +1,4 @@ -current_version: '4.3.0a7.dev (Blue Duckling: Tulip)' +current_version: '4.3.0a8.dev (Blue Duckling: Tulip)' deprecated: - 3.0.21 - 3.1.20