Skip to content

Commit

Permalink
Introduction of PyFunceble v4.1.2 (Blue Duckling: Geranium)!
Browse files Browse the repository at this point in the history
Fixed:
  * Fatal error when a subject without extension is parsed to RequestAdapter.
  * Issues with encoding under non-UTF-8 compliant platforms.

Contributors:
  * @avatartw
  * @bigdargon
  * @spirillen
  • Loading branch information
funilrys committed Oct 4, 2022
1 parent 78b5ff1 commit 3f3bfba
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion PyFunceble/cli/filesystem/json_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/latest/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/filesystem/registrar_counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/latest/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/migrators/csv_file/whois_registrar_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/latest/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/processes/chancy_producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/latest/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/processes/chancy_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/latest/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/processes/workers/chancy_producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/latest/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/processes/workers/chancy_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/latest/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/query/whois/converter/registrar.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/latest/
Project homepage:
https://pyfunceble.github.io/
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.2.dev (Blue Duckling: Ixora)"
PROJECT_VERSION: str = "4.1.2. (Blue Duckling: Geranium)"

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/query/whois/converter/test_registrar.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/latest/
Project homepage:
https://pyfunceble.github.io/
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.2.dev (Blue Duckling: Ixora)'
current_version: '4.1.2. (Blue Duckling: Geranium)'
deprecated:
- 3.0.21
- 3.1.20
Expand Down

0 comments on commit 3f3bfba

Please sign in to comment.