Skip to content

Commit

Permalink
Bump version to v4.1.0b7.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Dec 31, 2021
1 parent cd14dc8 commit 408e277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0b6.dev (Blue Duckling: Grandiflora)"
PROJECT_VERSION: str = "4.1.0b7.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 @@ -195,7 +195,7 @@ def test_get_hostname_from_url(self) -> None:
"https://example.org:8888/hello-world": "example.org",
"example.org:8080": None,
"http:///hello-world": None,
"http://10.3.0.1/hello-world": "10.3.0.1"
"http://10.3.0.1/hello-world": "10.3.0.1",
}

for given, expected in given2expected.items():
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.0b6.dev (Blue Duckling: Grandiflora)'
current_version: '4.1.0b7.dev (Blue Duckling: Grandiflora)'
deprecated:
- 3.0.21
- 3.1.20
Expand Down

0 comments on commit 408e277

Please sign in to comment.