Skip to content

Commit

Permalink
Bump version to v4.1.0b12
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Mar 5, 2022
1 parent 8738648 commit 0fc29e6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
1 change: 1 addition & 0 deletions PyFunceble/cli/entry_points/pyfunceble/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ def get_dns_control_group_data() -> List[Tuple[List[str], dict]]:
),
]


def get_proxy_control_group_data() -> List[Tuple[List[str], dict]]:
"""
Provides the argument of the proxy control group.
Expand Down
1 change: 0 additions & 1 deletion PyFunceble/query/requests/adapter/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ def correct_input(pattern_input: dict) -> dict:
if "https" in rule and rule["https"]:
local_proxy["https"] = rule["https"]


if not local_proxy:
continue

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.1.0b11.dev (Blue Duckling: Grandiflora)"
PROJECT_VERSION: str = "4.1.0b12.dev (Blue Duckling: Grandiflora)"

DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
DISTRIBUTED_DIR_STRUCTURE_FILENAME: str = "dir_structure_production.json"
Expand Down
8 changes: 1 addition & 7 deletions tests/pyf_test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,13 +461,7 @@
"whois": True,
"collection": False,
},
"proxy": {
"global": {
"http": None,
"https": None
},
"rules": []
},
"proxy": {"global": {"http": None, "https": None}, "rules": []},
"share_logs": False,
"user_agent": {"browser": "chrome", "custom": None, "platform": "linux"},
"verify_ssl_certificate": False,
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.1.0b11.dev (Blue Duckling: Grandiflora)'
current_version: '4.1.0b12.dev (Blue Duckling: Grandiflora)'
deprecated:
- 3.0.21
- 3.1.20
Expand Down

0 comments on commit 0fc29e6

Please sign in to comment.