Skip to content

Commit

Permalink
Bump version to v4.1.0b5.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Dec 25, 2021
1 parent 2c4ea7d commit 2e2c517
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.0b4.dev (Blue Duckling: Grandiflora)"
PROJECT_VERSION: str = "4.1.0b5.dev (Blue Duckling: Grandiflora)"

DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
DISTRIBUTED_DIR_STRUCTURE_FILENAME: str = "dir_structure_production.json"
Expand Down
2 changes: 1 addition & 1 deletion tests/checker/syntax/test_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_is_valid_in_url_context(self) -> None:
"https://example.org:8080",
"https://github.com:9999",
"http://example.org:8099/hello/world",
"http://example.org:8939?hello=world"
"http://example.org:8939?hello=world",
]

for subject in given:
Expand Down
2 changes: 1 addition & 1 deletion tests/pyf_test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"888.0769.com",
"1661599812.hello.985.com",
"hi.hello.example.world.s3.ap-northeast-2.amazonaws.com",
"world_hello.hello_world.co.uk"
"world_hello.hello_world.co.uk",
]

NOT_VALID_SUBDOMAINS: List[str] = [
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.0b4.dev (Blue Duckling: Grandiflora)'
current_version: '4.1.0b5.dev (Blue Duckling: Grandiflora)'
deprecated:
- 3.0.21
- 3.1.20
Expand Down

0 comments on commit 2e2c517

Please sign in to comment.