Skip to content

Commit

Permalink
Bump version to v4.2.2.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Aug 25, 2023
1 parent 456b469 commit 11231f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PyFunceble/checker/availability/extras/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(self, status: Optional[AvailabilityCheckerStatus] = None) -> None:
self.handle_wordpress_dot_com,
],
r"\.weebly\.com$": [(self.switch_to_down_if_status_code, {"404", "406"})],
r"\.zzz\.com\.ua$": [(self.switch_to_down_if_status_code, {"402"})]
r"\.zzz\.com\.ua$": [(self.switch_to_down_if_status_code, {"402"})],
}

if PyFunceble.facility.ConfigLoader.is_already_loaded():
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.2.1.dev (Blue Duckling: Ixora)"
PROJECT_VERSION: str = "4.2.2.dev (Blue Duckling: Ixora)"

DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
DISTRIBUTED_DIR_STRUCTURE_FILENAME: str = "dir_structure_production.json"
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.2.1.dev (Blue Duckling: Ixora)'
current_version: '4.2.2.dev (Blue Duckling: Ixora)'
deprecated:
- 3.0.21
- 3.1.20
Expand Down

0 comments on commit 11231f8

Please sign in to comment.