Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Oct 27, 2024
1 parent 52ba3cc commit 5079449
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions PyFunceble/cli/system/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion version.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5079449

Please sign in to comment.